Searched refs:CCMP_ENCRYPT (Results 1 – 1 of 1) sorted by relevance
/haiku/src/libs/compat/freebsd_wlan/net80211/ |
H A D | ieee80211_crypto_ccmp.c | 436 #define CCMP_ENCRYPT(_i, _b, _b0, _pos, _e, _len) do { \ macro 476 CCMP_ENCRYPT(i, b, b0, pos, e, AES_BLOCK_LEN); in ccmp_encrypt() 489 CCMP_ENCRYPT(i, b, b0, pos, e, space); in ccmp_encrypt() 535 CCMP_ENCRYPT(i, b, b0, pos, e, space); in ccmp_encrypt() 579 #undef CCMP_ENCRYPT
|