Home
last modified time | relevance | path

Searched refs:hmac_sha384 (Results 1 – 14 of 14) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dsha384-tlsprf.c60 hmac_sha384(secret, secret_len, A, SHA384_MAC_LEN, A) < 0) in tls_prf_sha384()
Dsha384.h16 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data,
Dsha384.c100 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
Dcrypto_nettle.c207 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
Dcrypto_gnutls.c187 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
Dcrypto_linux.c224 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
Dcrypto_module_tests.c1993 if (hmac_sha384(t->key, t->key_len, t->data, t->data_len, in test_sha384()
Dcrypto_wolfssl.c255 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
Dcrypto_openssl.c1609 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
1731 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
/external/wpa_supplicant_8/src/common/
Dwpa_common.c246 if (hmac_sha384(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
282 if (hmac_sha384(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
296 if (hmac_sha384(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
319 if (hmac_sha384(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
337 if (hmac_sha384(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
1469 if (hmac_sha384(kdk, kdk_len, buf, buf_len, hash)) { in wpa_ltf_keyseed()
1561 if (hmac_sha384(kck, WPA_PASN_KCK_LEN, buf, buf_len, hash)) in pasn_mic()
Ddpp_crypto.c155 return hmac_sha384(key, key_len, data, data_len, mac); in dpp_hmac()
/external/wpa_supplicant_8/src/eap_common/
Deap_teap_common.c335 res = hmac_sha384(cmk, cmk_len, buffer, buffer_len, tmp); in eap_teap_tls_mac()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c6443 res = hmac_sha384(wpabuf_head(hkey), wpabuf_len(hkey), in owe_process_assoc_resp()
/external/wpa_supplicant_8/src/ap/
Dieee802_11.c3462 res = hmac_sha384(wpabuf_head(hkey), wpabuf_len(hkey), in owe_process_assoc_req()