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

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_wep.c74 int rc4_final(crypto_context_t, uint8_t *, int);
266 (void) rc4_final(ctx, icv, IEEE80211_WEP_CRCLEN);
313 (void) rc4_final(ctx, crcbuf, IEEE80211_WEP_CRCLEN);
387 * rc4_final
393 rc4_final(crypto_context_t ctx, uint8_t *outbuf, int buflen) function
412 cmn_err(CE_WARN, "rc4_final failed (%x)", rv);
H A Dnet80211_crypto_tkip.c98 extern int rc4_final(crypto_context_t, uint8_t *, int);
523 (void) rc4_final(ctx, icv, IEEE80211_WEP_CRCLEN);
551 (void) rc4_final(ctx, crcbuf, IEEE80211_WEP_CRCLEN);

Completed in 58 milliseconds