Home
last modified time | relevance | path

Searched refs:rc4_crypt (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_wep.c73 int rc4_crypt(crypto_context_t, const uint8_t *, uint8_t *, int);
255 (void) rc4_crypt(ctx, in wep_encrypt()
264 (void) rc4_crypt(ctx, crcbuf, icv, IEEE80211_WEP_CRCLEN); in wep_encrypt()
297 (void) rc4_crypt(ctx, in wep_decrypt()
311 (void) rc4_crypt(ctx, icv, crcbuf, IEEE80211_WEP_CRCLEN); in wep_decrypt()
354 rc4_crypt(crypto_context_t ctx, const uint8_t *inbuf, in rc4_crypt() function
H A Dnet80211_crypto_tkip.c97 extern int rc4_crypt(crypto_context_t, const uint8_t *, uint8_t *, int);
517 (void) rc4_crypt(ctx, mp->b_rptr + off, mp->b_rptr + off, data_len); in wep_encrypt()
521 (void) rc4_crypt(ctx, crcbuf, icv, IEEE80211_WEP_CRCLEN); in wep_encrypt()
543 (void) rc4_crypt(ctx, mp->b_rptr + off, mp->b_rptr + off, data_len); in wep_decrypt()
550 (void) rc4_crypt(ctx, icv, crcbuf, IEEE80211_WEP_CRCLEN); in wep_decrypt()
/titanic_41/usr/src/uts/common/crypto/io/
H A Darcfour.c88 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, in rc4_crypt() function