Searched refs:rc4_final (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/net80211/ |
H A D | net80211_crypto_wep.c | 74 int rc4_final(crypto_context_t, uint8_t *, int); 266 (void) rc4_final(ctx, icv, IEEE80211_WEP_CRCLEN); in wep_encrypt() 313 (void) rc4_final(ctx, crcbuf, IEEE80211_WEP_CRCLEN); in wep_decrypt() 393 rc4_final(crypto_context_t ctx, uint8_t *outbuf, int buflen) in rc4_final() function
|
H A D | net80211_crypto_tkip.c | 98 extern int rc4_final(crypto_context_t, uint8_t *, int); 523 (void) rc4_final(ctx, icv, IEEE80211_WEP_CRCLEN); in wep_encrypt() 551 (void) rc4_final(ctx, crcbuf, IEEE80211_WEP_CRCLEN); in wep_decrypt()
|