Searched refs:lib80211_ccmp_aes_encrypt (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/ |
| H A D | sec_ccmp.c | 62 static inline void lib80211_ccmp_aes_encrypt(struct crypto_cipher *tfm, in lib80211_ccmp_aes_encrypt() function 202 lib80211_ccmp_aes_encrypt(tfm, b0, auth); in ccmp_init_blocks() 204 lib80211_ccmp_aes_encrypt(tfm, auth, auth); in ccmp_init_blocks() 206 lib80211_ccmp_aes_encrypt(tfm, auth, auth); in ccmp_init_blocks() 209 lib80211_ccmp_aes_encrypt(tfm, b0, s0); in ccmp_init_blocks() 305 lib80211_ccmp_aes_encrypt(key->tfm, b, b); in lib80211_ccmp_encrypt() 308 lib80211_ccmp_aes_encrypt(key->tfm, b0, e); in lib80211_ccmp_encrypt() 415 lib80211_ccmp_aes_encrypt(key->tfm, b0, b); in lib80211_ccmp_decrypt() 418 lib80211_ccmp_aes_encrypt(key->tfm, a, a); in lib80211_ccmp_decrypt()
|