Home
last modified time | relevance | path

Searched refs:__aad (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/net/mac80211/
Daead_api.c25 u8 *__aad; in aead_encrypt() local
32 __aad = (u8 *)aead_req + reqsize; in aead_encrypt()
33 memcpy(__aad, aad, aad_len); in aead_encrypt()
36 sg_set_buf(&sg[0], __aad, aad_len); in aead_encrypt()
57 u8 *__aad; in aead_decrypt() local
67 __aad = (u8 *)aead_req + reqsize; in aead_decrypt()
68 memcpy(__aad, aad, aad_len); in aead_decrypt()
71 sg_set_buf(&sg[0], __aad, aad_len); in aead_decrypt()
Daes_gmac.c21 u8 *zero, *__aad, iv[AES_BLOCK_SIZE]; in ieee80211_aes_gmac() local
35 __aad = zero + GMAC_MIC_LEN; in ieee80211_aes_gmac()
36 memcpy(__aad, aad, GMAC_AAD_LEN); in ieee80211_aes_gmac()
42 sg_set_buf(&sg[0], __aad, GMAC_AAD_LEN); in ieee80211_aes_gmac()
49 sg_set_buf(&sg[0], __aad, GMAC_AAD_LEN); in ieee80211_aes_gmac()