/linux-4.1.27/net/mac80211/ |
D | wpa.c | 307 static void ccmp_special_blocks(struct sk_buff *skb, u8 *pn, u8 *b_0, u8 *aad) in ccmp_special_blocks() 408 u8 aad[2 * AES_BLOCK_SIZE]; in ccmp_encrypt_skb() local 529 u8 aad[2 * AES_BLOCK_SIZE]; in ieee80211_crypto_ccmp_decrypt() local 553 static void gcmp_special_blocks(struct sk_buff *skb, u8 *pn, u8 *j_0, u8 *aad) in gcmp_special_blocks() 633 u8 aad[2 * AES_BLOCK_SIZE]; in gcmp_encrypt_skb() local 752 u8 aad[2 * AES_BLOCK_SIZE]; in ieee80211_crypto_gcmp_decrypt() local 875 static void bip_aad(struct sk_buff *skb, u8 *aad) in bip_aad() 921 u8 aad[20]; in ieee80211_crypto_aes_cmac_encrypt() local 965 u8 aad[20]; in ieee80211_crypto_aes_cmac_256_encrypt() local 1008 u8 aad[20], mic[8], ipn[6]; in ieee80211_crypto_aes_cmac_decrypt() local [all …]
|
D | aes_gcm.c | 19 void ieee80211_aes_gcm_encrypt(struct crypto_aead *tfm, u8 *j_0, u8 *aad, in ieee80211_aes_gcm_encrypt() 44 int ieee80211_aes_gcm_decrypt(struct crypto_aead *tfm, u8 *j_0, u8 *aad, in ieee80211_aes_gcm_decrypt()
|
D | aes_ccm.c | 22 void ieee80211_aes_ccm_encrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad, in ieee80211_aes_ccm_encrypt() 48 int ieee80211_aes_ccm_decrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad, in ieee80211_aes_ccm_decrypt()
|
D | aes_cmac.c | 95 void ieee80211_aes_cmac(struct crypto_cipher *tfm, const u8 *aad, in ieee80211_aes_cmac() 113 void ieee80211_aes_cmac_256(struct crypto_cipher *tfm, const u8 *aad, in ieee80211_aes_cmac_256()
|
D | aes_gmac.c | 24 int ieee80211_aes_gmac(struct crypto_aead *tfm, const u8 *aad, u8 *nonce, in ieee80211_aes_gmac()
|
/linux-4.1.27/security/apparmor/ |
D | lib.c | 70 struct apparmor_audit_data aad = {0,}; in aa_info_message() local
|
D | ipc.c | 44 struct apparmor_audit_data aad = {0,}; in aa_audit_ptrace() local
|
D | capability.c | 70 struct apparmor_audit_data aad = {0,}; in audit_caps() local
|
D | resource.c | 54 struct apparmor_audit_data aad = {0,}; in audit_resource() local
|
D | file.c | 112 struct apparmor_audit_data aad = {0,}; in aa_audit_file() local
|
D | policy_unpack.c | 97 struct apparmor_audit_data aad = {0,}; in audit_iface() local
|
D | policy.c | 907 struct apparmor_audit_data aad = {0,}; in audit_policy() local
|
D | lsm.c | 535 struct apparmor_audit_data aad = {0,}; in apparmor_setprocattr() local
|
/linux-4.1.27/arch/x86/crypto/ |
D | aesni-intel_glue.c | 183 u8 *hash_subkey, const u8 *aad, unsigned long aad_len, in aesni_gcm_enc_avx() 199 u8 *hash_subkey, const u8 *aad, unsigned long aad_len, in aesni_gcm_dec_avx() 234 u8 *hash_subkey, const u8 *aad, unsigned long aad_len, in aesni_gcm_enc_avx2() 254 u8 *hash_subkey, const u8 *aad, unsigned long aad_len, in aesni_gcm_dec_avx2()
|
/linux-4.1.27/security/apparmor/include/ |
D | audit.h | 132 #define aad apparmor_audit_data macro
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | clk-imx35.c | 76 struct arm_ahb_div *aad; in mx35_clocks_init() local
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt_ccmp.c | 123 u8 aad[2 * AES_BLOCK_LEN]; in ccmp_init_blocks() local
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib_crypt_ccmp.c | 118 u8 aad[2 * AES_BLOCK_LEN]; in ccmp_init_blocks() local
|
/linux-4.1.27/net/wireless/ |
D | lib80211_crypt_ccmp.c | 118 u8 aad[2 * AES_BLOCK_LEN]; in ccmp_init_blocks() local
|