Searched refs:rc4_skip (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/crypto/
H A Drc4.c16 int rc4_skip(const u8 *key, size_t keylen, size_t skip, function
H A Dcrypto_internal-cipher.c112 rc4_skip(ctx->u.rc4.key, ctx->u.rc4.keylen,
176 rc4_skip(ctx->u.rc4.key, ctx->u.rc4.keylen,
H A Dcrypto_libtomcrypt.c362 rc4_skip(ctx->u.rc4.key, ctx->u.rc4.keylen,
386 rc4_skip(ctx->u.rc4.key, ctx->u.rc4.keylen,
H A Dcrypto.h472 * rc4_skip - XOR RC4 stream to given data with skip-stream-start
484 int rc4_skip(const u8 *key, size_t keylen, size_t skip,
H A Dms_funcs.c456 rc4_skip(password_hash, 16, 0, pw_block, PWBLOCK_LEN);
H A Dcrypto_linux.c537 int rc4_skip(const u8 *key, size_t keylen, size_t skip, function
H A Dcrypto_wolfssl.c440 int rc4_skip(const u8 *key, size_t keylen, size_t skip, u8 *data, function
H A Dcrypto_openssl.c218 int rc4_skip(const u8 *key, size_t keylen, size_t skip, function
/freebsd-13-stable/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.c793 rc4_skip(ekey, IEEE8021X_KEY_IV_LEN + encr_key_len, 0,
/freebsd-13-stable/contrib/wpa/src/rsn_supp/
H A Dwpa.c1716 if (rc4_skip(ek, 32, 256, gd->gtk, key_data_len)) {
2003 if (rc4_skip(ek, 32, 256, key_data, *key_data_len)) {
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dieee802_1x.c217 rc4_skip(ekey, ekey_len, 0, (u8 *) (key + 1), key_len);
H A Dieee802_11.c266 rc4_skip(key, sizeof(key), 0,
H A Dwpa_auth.c1599 rc4_skip(ek, 32, 256, key_data, key_data_len);

Completed in 225 milliseconds