Home
last modified time | relevance | path

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

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Drc4.c16 int rc4_skip(const u8 *key, size_t keylen, size_t skip, in rc4_skip() function
H A Dcrypto_internal-cipher.c112 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()
H A Dcrypto_libtomcrypt.c362 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()
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); in encrypt_pw_block_with_password_hash()
H A Dcrypto_linux.c537 int rc4_skip(const u8 *key, size_t keylen, size_t skip, in rc4_skip() function
H A Dcrypto_openssl.c218 int rc4_skip(const u8 *key, size_t keylen, size_t skip, in rc4_skip() function
H A Dcrypto_wolfssl.c440 int rc4_skip(const u8 *key, size_t keylen, size_t skip, u8 *data, in rc4_skip() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Drc4.c16 int rc4_skip(const u8 *key, size_t keylen, size_t skip, in rc4_skip() function
H A Dcrypto_internal-cipher.c112 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()
H A Dcrypto_libtomcrypt.c362 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()
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); in encrypt_pw_block_with_password_hash()
H A Dcrypto_linux.c537 int rc4_skip(const u8 *key, size_t keylen, size_t skip, in rc4_skip() function
H A Dcrypto_wolfssl.c440 int rc4_skip(const u8 *key, size_t keylen, size_t skip, u8 *data, in rc4_skip() function
H A Dcrypto_openssl.c289 int rc4_skip(const u8 *key, size_t keylen, size_t skip, in rc4_skip() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
H A Deapol_supp_sm.c793 rc4_skip(ekey, IEEE8021X_KEY_IV_LEN + encr_key_len, 0, in eapol_sm_processKey()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/
H A Deapol_supp_sm.c817 rc4_skip(ekey, IEEE8021X_KEY_IV_LEN + encr_key_len, 0, in eapol_sm_processKey()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dwpa.c1716 if (rc4_skip(ek, 32, 256, gd->gtk, key_data_len)) { in wpa_supplicant_process_1_of_2_wpa()
2003 if (rc4_skip(ek, 32, 256, key_data, *key_data_len)) { in wpa_supplicant_decrypt_key_data()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_1x.c217 rc4_skip(ekey, ekey_len, 0, (u8 *) (key + 1), key_len); in ieee802_1x_tx_key_one()
H A Dwpa_auth.c1684 rc4_skip(ek, 32, 256, key_data, key_data_len); in __wpa_send_eapol()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_1x.c217 rc4_skip(ekey, ekey_len, 0, (u8 *) (key + 1), key_len); in ieee802_1x_tx_key_one()
H A Dieee802_11.c266 rc4_skip(key, sizeof(key), 0, in auth_shared_key()
H A Dwpa_auth.c1605 rc4_skip(ek, 32, 256, key_data, key_data_len); in __wpa_send_eapol()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa.c2952 if (rc4_skip(ek, 32, 256, gd->gtk, key_data_len)) {
3351 if (rc4_skip(ek, 32, 256, key_data, *key_data_len)) {

Completed in 63 milliseconds

12