Searched refs:IV16 (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/net80211/
H A Dieee80211_crypto_tkip.c538 u16 IV16)
550 PPK[5] = TTAK[4] + IV16;
569 WEPSeed[0] = Hi8(IV16);
570 WEPSeed[1] = (Hi8(IV16) | 0x20) & 0x7F;
571 WEPSeed[2] = Lo8(IV16);
537 tkip_mixing_phase2(u8 *WEPSeed, const u8 *TK, const u16 *TTAK, u16 IV16) argument
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/modes/
H A Dgcm128.c1735 #define IV16 IV15 macro

Completed in 67 milliseconds