Home
last modified time | relevance | path

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

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
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_module_tests.c1844 if (hmac_sha384(t->key, t->key_len, t->data, t->data_len, in test_sha384()
Dcrypto_linux.c224 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
Dcrypto_wolfssl.c246 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
Dcrypto_openssl.c1172 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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_module_tests.c1993 if (hmac_sha384(t->key, t->key_len, t->data, t->data_len, in test_sha384()
Dcrypto_linux.c224 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
Dcrypto_wolfssl.c246 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
Dcrypto_openssl.c1245 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dwpa_common.c248 if (hmac_sha384(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
262 if (hmac_sha384(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
285 if (hmac_sha384(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
303 if (hmac_sha384(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dwpa_common.c246 if (hmac_sha384(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
260 if (hmac_sha384(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
283 if (hmac_sha384(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
301 if (hmac_sha384(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
1384 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
Deap_teap_common.c326 res = hmac_sha384(cmk, cmk_len, buffer, buffer_len, tmp); in eap_teap_tls_mac()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Deap_teap_common.c335 res = hmac_sha384(cmk, cmk_len, buffer, buffer_len, tmp); in eap_teap_tls_mac()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dwpa.c4676 res = hmac_sha384(wpabuf_head(hkey), wpabuf_len(hkey), in owe_process_assoc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa.c5188 res = hmac_sha384(wpabuf_head(hkey), wpabuf_len(hkey), in owe_process_assoc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_11.c2753 res = hmac_sha384(wpabuf_head(hkey), wpabuf_len(hkey), in owe_process_assoc_req()

12