Searched defs:rc4_crypt (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | arcfour.c | 88 static int rc4_crypt(crypto_ctx_t *, crypto_data_t *, crypto_data_t *, 98 rc4_crypt, 103 rc4_crypt, 233 rc4_crypt(crypto_ctx_t *ctx, crypto_data_t *input, crypto_data_t *output, function
|
/illumos-gate/usr/src/uts/common/io/net80211/ |
H A D | net80211_crypto_wep.c | 73 int rc4_crypt(crypto_context_t, const uint8_t *, uint8_t *, int); 255 (void) rc4_crypt(ctx, 264 (void) rc4_crypt(ctx, crcbuf, icv, IEEE80211_WEP_CRCLEN); 297 (void) rc4_crypt(ctx, 311 (void) rc4_crypt(ctx, icv, crcbuf, IEEE80211_WEP_CRCLEN); 348 * rc4_crypt 354 rc4_crypt(crypto_context_t ctx, const uint8_t *inbuf, function 382 cmn_err(CE_WARN, "rc4_crypt failed (%x)", rv);
|
Completed in 59 milliseconds