Searched refs:CCMP_DECRYPT (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/net80211/ |
| H A D | ieee80211_crypto_ccmp.c | 581 #define CCMP_DECRYPT(_i, _b, _b0, _pos, _a, _len) do { \ macro 621 CCMP_DECRYPT(i, b, b0, pos, a, AES_BLOCK_LEN); in ccmp_decrypt() 631 CCMP_DECRYPT(i, b, b0, pos, a, space); in ccmp_decrypt() 653 CCMP_DECRYPT(i, b, b0, pos, a, space); in ccmp_decrypt() 676 #undef CCMP_DECRYPT
|