Searched defs:rc4_final (Results 1 - 1 of 1) 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);

Completed in 122 milliseconds