Searched refs:CCMP_DECRYPT (Results 1 – 1 of 1) sorted by relevance
| /trueos/sys/net80211/ |
| HD | ieee80211_crypto_ccmp.c | 535 #define CCMP_DECRYPT(_i, _b, _b0, _pos, _a, _len) do { \ macro 575 CCMP_DECRYPT(i, b, b0, pos, a, AES_BLOCK_LEN); in ccmp_decrypt() 585 CCMP_DECRYPT(i, b, b0, pos, a, space); in ccmp_decrypt() 607 CCMP_DECRYPT(i, b, b0, pos, a, space); in ccmp_decrypt() 630 #undef CCMP_DECRYPT
|