Searched refs:rc4_skip (Results 1 – 13 of 13) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | rc4.c | 16 int rc4_skip(const u8 *key, size_t keylen, size_t skip, in rc4_skip() function
|
D | crypto_internal-cipher.c | 112 rc4_skip(ctx->u.rc4.key, ctx->u.rc4.keylen, in crypto_cipher_encrypt() 176 rc4_skip(ctx->u.rc4.key, ctx->u.rc4.keylen, in crypto_cipher_decrypt()
|
D | crypto_libtomcrypt.c | 362 rc4_skip(ctx->u.rc4.key, ctx->u.rc4.keylen, in crypto_cipher_encrypt() 386 rc4_skip(ctx->u.rc4.key, ctx->u.rc4.keylen, in crypto_cipher_decrypt()
|
D | ms_funcs.c | 456 rc4_skip(password_hash, 16, 0, pw_block, PWBLOCK_LEN); in encrypt_pw_block_with_password_hash()
|
D | crypto.h | 484 int rc4_skip(const u8 *key, size_t keylen, size_t skip,
|
D | crypto_linux.c | 537 int rc4_skip(const u8 *key, size_t keylen, size_t skip, in rc4_skip() function
|
D | crypto_wolfssl.c | 440 int rc4_skip(const u8 *key, size_t keylen, size_t skip, u8 *data, in rc4_skip() function
|
D | crypto_openssl.c | 227 int rc4_skip(const u8 *key, size_t keylen, size_t skip, in rc4_skip() function
|
/external/wpa_supplicant_8/src/eapol_supp/ |
D | eapol_supp_sm.c | 808 rc4_skip(ekey, IEEE8021X_KEY_IV_LEN + encr_key_len, 0, in eapol_sm_processKey()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa.c | 1973 if (rc4_skip(ek, 32, 256, gd->gtk, key_data_len)) { in wpa_supplicant_process_1_of_2_wpa() 2269 if (rc4_skip(ek, 32, 256, key_data, *key_data_len)) { in wpa_supplicant_decrypt_key_data()
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_1x.c | 217 rc4_skip(ekey, ekey_len, 0, (u8 *) (key + 1), key_len); in ieee802_1x_tx_key_one()
|
D | wpa_auth.c | 1649 rc4_skip(ek, 32, 256, key_data, key_data_len); in __wpa_send_eapol()
|
D | ieee802_11.c | 334 rc4_skip(key, sizeof(key), 0, in auth_shared_key()
|