Home
last modified time | relevance | path

Searched refs:rc4_skip (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto_ops.c75 .rc4_skip = (esp_rc4_skip_t)rc4_skip,
Drc4.c16 int rc4_skip(const u8 *key, size_t keylen, size_t skip, in rc4_skip() function
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()
Dms_funcs.c456 rc4_skip(password_hash, 16, 0, pw_block, PWBLOCK_LEN); in encrypt_pw_block_with_password_hash()
Dcrypto.h485 int rc4_skip(const u8 *key, size_t keylen, size_t skip,
/hal_espressif-latest/components/esp_rom/esp32/ld/
Desp32.rom.redefined.ld33 PROVIDE ( rc4_skip = 0x40060928 ); symbol
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_crypto_types.h410 …esp_rc4_skip_t rc4_skip; /**< XOR RC4 stream callback function to given da… member
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/
Drom_8266.ld203 PROVIDE ( rc4_skip = 0x4000dd68 ); symbol
Drom_32.ld507 PROVIDE ( rc4_skip = 0x40060928 ); symbol
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa.c1550 if (rc4_skip(ek, 32, 256, gd->gtk, key_data_len)) { in wpa_supplicant_process_1_of_2_wpa()
1767 if (rc4_skip(ek, 32, 256, key_data, *key_data_len)) { in wpa_supplicant_decrypt_key_data()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth.c1137 rc4_skip(ek, 32, 256, (u8 *) (key + 1), key_data_len); in __wpa_send_eapol()