Searched refs:rc4_skip (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | crypto_ops.c | 75 .rc4_skip = (esp_rc4_skip_t)rc4_skip,
|
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 | ms_funcs.c | 456 rc4_skip(password_hash, 16, 0, pw_block, PWBLOCK_LEN); in encrypt_pw_block_with_password_hash()
|
D | crypto.h | 485 int rc4_skip(const u8 *key, size_t keylen, size_t skip,
|
/hal_espressif-latest/components/esp_rom/esp32/ld/ |
D | esp32.rom.redefined.ld | 33 PROVIDE ( rc4_skip = 0x40060928 ); symbol
|
/hal_espressif-latest/components/esp_wifi/include/ |
D | esp_wifi_crypto_types.h | 410 …esp_rc4_skip_t rc4_skip; /**< XOR RC4 stream callback function to given da… member
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/ |
D | rom_8266.ld | 203 PROVIDE ( rc4_skip = 0x4000dd68 ); symbol
|
D | rom_32.ld | 507 PROVIDE ( rc4_skip = 0x40060928 ); symbol
|
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
D | wpa.c | 1550 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/ |
D | wpa_auth.c | 1137 rc4_skip(ek, 32, 256, (u8 *) (key + 1), key_data_len); in __wpa_send_eapol()
|