Searched refs:hmac_sha384_vector (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-3.6.0/components/wpa_supplicant/src/crypto/ |
D | sha384-tlsprf.c | 53 if (hmac_sha384_vector(secret, secret_len, 2, &addr[1], &len[1], A) < 0) in tls_prf_sha384() 58 if (hmac_sha384_vector(secret, secret_len, 3, addr, len, P) < in tls_prf_sha384()
|
D | sha384-prf.c | 81 if (hmac_sha384_vector(key, key_len, 4, addr, len, in sha384_prf_bits() 86 if (hmac_sha384_vector(key, key_len, 4, addr, len, in sha384_prf_bits()
|
D | sha384.h | 14 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem,
|
D | crypto_mbedtls.c | 221 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha384_vector() function 232 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac); in hmac_sha384()
|
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/ |
D | wpa_common.c | 589 if (hmac_sha384_vector(kck, kck_len, 3, addr, len, hash) < 0) in rsn_pmkid_suite_b_192()
|
D | dpp.c | 142 return hmac_sha384_vector(key, key_len, num_elem, addr, len, in dpp_hmac_vector()
|
/hal_espressif-3.6.0/tools/test_idf_size/ |
D | overflow.map | 5738 .literal.hmac_sha384_vector 5771 .text.hmac_sha384_vector 70393 hmac_sha384_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto…
|
D | overflow_esp32s2.map | 5865 .literal.hmac_sha384_vector 5898 .text.hmac_sha384_vector 71523 hmac_sha384_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto…
|
D | overflow_esp32s3.map | 9161 .literal.hmac_sha384_vector 9200 .text.hmac_sha384_vector 86598 hmac_sha384_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto…
|
D | overflow_esp32c3.map | 6140 .text.hmac_sha384_vector 65819 hmac_sha384_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto…
|