Searched defs:aad (Results 1 - 17 of 17) sorted by relevance

/linux-master/net/mac80211/
H A Daes_gcm.h13 ieee80211_aes_gcm_encrypt(struct crypto_aead *tfm, u8 *j_0, u8 *aad, u8 *data, size_t data_len, u8 *mic) argument
22 ieee80211_aes_gcm_decrypt(struct crypto_aead *tfm, u8 *j_0, u8 *aad, u8 *data, size_t data_len, u8 *mic) argument
H A Daes_ccm.h21 ieee80211_aes_ccm_encrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad, u8 *data, size_t data_len, u8 *mic) argument
31 ieee80211_aes_ccm_decrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad, u8 *data, size_t data_len, u8 *mic) argument
H A Daes_gmac.c17 int ieee80211_aes_gmac(struct crypto_aead *tfm, const u8 *aad, u8 *nonce, argument
H A Daes_cmac.c25 void ieee80211_aes_cmac(struct crypto_shash *tfm, const u8 *aad, argument
49 void ieee80211_aes_cmac_256(struct crypto_shash *tfm, const u8 *aad, argument
H A Daead_api.c18 int aead_encrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad, size_t aad_len, argument
50 int aead_decrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad, size_t aad_len, argument
H A Dwpa.c318 static u8 ccmp_gcmp_aad(struct sk_buff *skb, u8 *aad, bool spp_amsdu) argument
379 ccmp_special_blocks(struct sk_buff *skb, u8 *pn, u8 *b_0, u8 *aad, bool spp_amsdu) argument
436 u8 aad[CCM_AAD_LEN]; local
566 u8 aad[2 * AES_BLOCK_SIZE]; local
594 gcmp_special_blocks(struct sk_buff *skb, u8 *pn, u8 *j_0, u8 *aad, bool spp_amsdu) argument
639 u8 aad[GCM_AAD_LEN]; local
765 u8 aad[2 * AES_BLOCK_SIZE]; local
794 bip_aad(struct sk_buff *skb, u8 *aad) argument
840 u8 aad[20]; local
888 u8 aad[20]; local
931 u8 aad[20], mic[8], ipn[6]; local
981 u8 aad[20], mic[16], ipn[6]; local
1032 u8 aad[GMAC_AAD_LEN]; local
1080 u8 aad[GMAC_AAD_LEN], *mic, ipn[6], nonce[GMAC_NONCE_LEN]; local
[all...]
/linux-master/net/wireless/
H A Dlib80211_crypt_ccmp.c196 u8 *aad local
94 ccmp_init_iv_and_aad(const struct ieee80211_hdr *hdr, const u8 *pn, u8 *iv, u8 *aad) argument
261 u8 *aad = key->rx_aad; local
[all...]
/linux-master/net/tls/
H A Dtls_device_fallback.c326 void *buf, *iv, *aad, *dummy_buf, *salt; local
50 tls_enc_record(struct aead_request *aead_req, struct crypto_aead *aead, char *aad, char *iv, __be64 rcd_sn, struct scatter_walk *in, struct scatter_walk *out, int *in_len, struct tls_prot_info *prot) argument
146 tls_enc_records(struct aead_request *aead_req, struct crypto_aead *aead, struct scatterlist *sg_in, struct scatterlist *sg_out, char *aad, char *iv, u64 rcd_sn, int len, struct tls_prot_info *prot) argument
[all...]
H A Dtls_sw.c65 u8 aad[TLS_MAX_AAD_SIZE]; member in struct:tls_decrypt_ctx
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_crypt_ccmp.c86 ccmp_init_iv_and_aad(struct ieee80211_hdr *hdr, u8 *pn, u8 *iv, u8 *aad) argument
188 u8 *aad = key->tx_aad; local
272 u8 *aad = key->rx_aad; local
[all...]
/linux-master/arch/powerpc/crypto/
H A Daes-gcm-p10-glue.c87 set_aad(struct gcm_ctx *gctx, struct Hash_ctx *hash, unsigned char *aad, int alen) argument
/linux-master/security/apparmor/include/
H A Daudit.h168 #define aad(SA) (container_of(SA, struct apparmor_audit_data, common)) macro
/linux-master/arch/s390/include/asm/
H A Dcpacf.h528 cpacf_kma(unsigned long func, void *param, u8 *dest, const u8 *src, unsigned long src_len, const u8 *aad, unsigned long aad_len) argument
/linux-master/drivers/clk/imx/
H A Dclk-imx35.c88 struct arm_ahb_div *aad; local
/linux-master/drivers/crypto/ccp/
H A Dccp-ops.c637 struct ccp_data aad; local
/linux-master/drivers/crypto/
H A Dsa2ul.h254 struct sa_cmdl_param_info aad; member in struct:sa_cmdl_upd_info
/linux-master/sound/soc/codecs/
H A Dda7219.h809 struct da7219_aad_priv *aad; member in struct:da7219_priv

Completed in 193 milliseconds