rc4_crypt
rc4_crypt,
static int rc4_crypt(crypto_ctx_t *, crypto_data_t *, crypto_data_t *,
rc4_crypt,
(void) rc4_crypt(ctx, mp->b_rptr + off, mp->b_rptr + off, data_len);
(void) rc4_crypt(ctx, crcbuf, icv, IEEE80211_WEP_CRCLEN);
(void) rc4_crypt(ctx, mp->b_rptr + off, mp->b_rptr + off, data_len);
(void) rc4_crypt(ctx, icv, crcbuf, IEEE80211_WEP_CRCLEN);
extern int rc4_crypt(crypto_context_t, const uint8_t *, uint8_t *, int);
(void) rc4_crypt(ctx,
(void) rc4_crypt(ctx, crcbuf, icv, IEEE80211_WEP_CRCLEN);
(void) rc4_crypt(ctx,
(void) rc4_crypt(ctx, icv, crcbuf, IEEE80211_WEP_CRCLEN);
int rc4_crypt(crypto_context_t, const uint8_t *, uint8_t *, int);