Lines Matching refs:b_0
315 static void ccmp_special_blocks(struct sk_buff *skb, u8 *pn, u8 *b_0, u8 *aad)
347 * from this vector b_0. We only set L := 1 here to indicate that the
352 b_0[0] = 0x1;
357 b_0[1] = qos_tid | (mgmt << 4);
358 memcpy(&b_0[2], hdr->addr2, ETH_ALEN);
359 memcpy(&b_0[8], pn, IEEE80211_CCMP_PN_LEN);
417 u8 b_0[AES_BLOCK_SIZE];
471 ccmp_special_blocks(skb, pn, b_0, aad);
472 return ieee80211_aes_ccm_encrypt(key->u.ccmp.tfm, b_0, aad, pos, len,
547 u8 b_0[AES_BLOCK_SIZE];
549 ccmp_special_blocks(skb, pn, b_0, aad);
552 key->u.ccmp.tfm, b_0, aad,