b_0                18 net/mac80211/aead_api.c int aead_encrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad, size_t aad_len,
b_0                40 net/mac80211/aead_api.c 	aead_request_set_crypt(aead_req, sg, sg, data_len, b_0);
b_0                49 net/mac80211/aead_api.c int aead_decrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad, size_t aad_len,
b_0                75 net/mac80211/aead_api.c 	aead_request_set_crypt(aead_req, sg, sg, data_len + mic_len, b_0);
b_0                13 net/mac80211/aead_api.h int aead_encrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad,
b_0                17 net/mac80211/aead_api.h int aead_decrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad,
b_0                22 net/mac80211/aes_ccm.h 			  u8 *b_0, u8 *aad, u8 *data,
b_0                25 net/mac80211/aes_ccm.h 	return aead_encrypt(tfm, b_0, aad + 2,
b_0                32 net/mac80211/aes_ccm.h 			  u8 *b_0, u8 *aad, u8 *data,
b_0                35 net/mac80211/aes_ccm.h 	return aead_decrypt(tfm, b_0, aad + 2,
b_0               314 net/mac80211/wpa.c static void ccmp_special_blocks(struct sk_buff *skb, u8 *pn, u8 *b_0, u8 *aad)
b_0               351 net/mac80211/wpa.c 	b_0[0] = 0x1;
b_0               356 net/mac80211/wpa.c 	b_0[1] = qos_tid | (mgmt << 4);
b_0               357 net/mac80211/wpa.c 	memcpy(&b_0[2], hdr->addr2, ETH_ALEN);
b_0               358 net/mac80211/wpa.c 	memcpy(&b_0[8], pn, IEEE80211_CCMP_PN_LEN);
b_0               416 net/mac80211/wpa.c 	u8 b_0[AES_BLOCK_SIZE];
b_0               470 net/mac80211/wpa.c 	ccmp_special_blocks(skb, pn, b_0, aad);
b_0               471 net/mac80211/wpa.c 	return ieee80211_aes_ccm_encrypt(key->u.ccmp.tfm, b_0, aad, pos, len,
b_0               543 net/mac80211/wpa.c 			u8 b_0[AES_BLOCK_SIZE];
b_0               545 net/mac80211/wpa.c 			ccmp_special_blocks(skb, pn, b_0, aad);
b_0               548 net/mac80211/wpa.c 				    key->u.ccmp.tfm, b_0, aad,