Home
last modified time | relevance | path

Searched refs:hmac_sha256_vector (Results 1 – 19 of 19) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dsha256-tlsprf.c53 if (hmac_sha256_vector(secret, secret_len, 2, &addr[1], &len[1], A) < 0) in tls_prf_sha256()
58 if (hmac_sha256_vector(secret, secret_len, 3, addr, len, P) < in tls_prf_sha256()
Dsha256-kdf.c56 if (hmac_sha256_vector(secret, secret_len, 3, &addr[1], &len[1], T) < 0) in hmac_sha256_kdf()
77 if (hmac_sha256_vector(secret, secret_len, 4, addr, len, T) < 0) in hmac_sha256_kdf()
Dsha256.c26 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha256_vector() function
103 return hmac_sha256_vector(key, key_len, 1, &data, &data_len, mac); in hmac_sha256()
Dsha256-prf.c81 if (hmac_sha256_vector(key, key_len, 4, addr, len, in sha256_prf_bits()
86 if (hmac_sha256_vector(key, key_len, 4, addr, len, in sha256_prf_bits()
Dcrypto_ops.c66 .hmac_sha256_vector = (esp_hmac_sha256_vector_t)hmac_sha256_vector,
Dsha256.h14 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem,
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dcomeback_token.c59 if (hmac_sha256_vector(comeback_key, COMEBACK_KEY_SIZE, in check_comeback_token()
132 if (hmac_sha256_vector(comeback_key, COMEBACK_KEY_SIZE, in auth_build_token_req()
/hal_espressif-latest/components/esp_rom/esp32/ld/
Desp32.rom.redefined.ld27 PROVIDE ( hmac_sha256_vector = 0x40060c84 ); symbol
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_crypto_types.h401 …esp_hmac_sha256_vector_t hmac_sha256_vector; /**< The SHA256 callback function used by esp_wif… member
/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_attr_process.c43 if (hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 2, addr, len, in wps_process_authenticator()
Dwps_enrollee.c68 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_build_e_hash()
78 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_build_e_hash()
658 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_process_r_snonce1()
698 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_process_r_snonce2()
Dwps_common.c51 hmac_sha256_vector(key, SHA256_MAC_LEN, 4, addr, len, hash); in wps_kdf()
118 hmac_sha256_vector(dhkey, sizeof(dhkey), 3, addr, len, kdk); in wps_derive_keys()
Dwps_attr_build.c184 if (hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 2, addr, len, in wps_build_authenticator()
Dwps_registrar.c1502 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_build_r_hash()
1512 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_build_r_hash()
2332 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_process_e_snonce1()
2372 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_process_e_snonce2()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls.c350 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha256_vector() function
360 return hmac_sha256_vector(key, key_len, 1, &data, &data_len, mac); in hmac_sha256()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwpa_common.c1052 if (hmac_sha256_vector(kck, kck_len, 3, addr, len, hash) < 0) in rsn_pmkid_suite_b()
1240 hmac_sha256_vector(pmk, pmk_len, 3, addr, len, hash); in rsn_pmkid()
Dsae.c354 if (hmac_sha256_vector(addrs, sizeof(addrs), 2, in sae_derive_pwe_ecc()
491 if (hmac_sha256_vector(addrs, sizeof(addrs), 2, in sae_derive_pwe_ffc()
529 return hmac_sha256_vector(salt, salt_len, num_elem, addr, len, in hkdf_extract()
Ddpp.c138 return hmac_sha256_vector(key, key_len, num_elem, addr, len, in dpp_hmac_vector()
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/
Drom_32.ld317 PROVIDE ( hmac_sha256_vector = 0x40060c84 ); symbol