Lines Matching defs:pn
201 u64 pn; in tkip_encrypt_skb() local
372 static void ccmp_special_blocks(struct sk_buff *skb, u8 *pn, u8 *b_0, u8 *aad) in ccmp_special_blocks()
394 static inline void ccmp_pn2hdr(u8 *hdr, u8 *pn, int key_id) in ccmp_pn2hdr()
407 static inline void ccmp_hdr2pn(u8 *pn, u8 *hdr) in ccmp_hdr2pn()
426 u8 pn[6]; in ccmp_encrypt_skb() local
514 u8 pn[IEEE80211_CCMP_PN_LEN]; in ieee80211_crypto_ccmp_decrypt() local
584 static void gcmp_special_blocks(struct sk_buff *skb, u8 *pn, u8 *j_0, u8 *aad) in gcmp_special_blocks()
597 static inline void gcmp_pn2hdr(u8 *hdr, const u8 *pn, int key_id) in gcmp_pn2hdr()
609 static inline void gcmp_hdr2pn(u8 *pn, const u8 *hdr) in gcmp_hdr2pn()
626 u8 pn[6]; in gcmp_encrypt_skb() local
711 u8 pn[IEEE80211_GCMP_PN_LEN]; in ieee80211_crypto_gcmp_decrypt() local
799 static inline void bip_ipn_set64(u8 *d, u64 pn) in bip_ipn_set64()