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/
H A Dsha384.h16 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data,
H A Dsha384.c92 * hmac_sha384 - HMAC-SHA384 over data buffer (RFC 2104)
100 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
H A Dcrypto_gnutls.c187 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
H A Dcrypto_nettle.c207 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
H A Dcrypto_linux.c224 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
H A Dcrypto_openssl.c1172 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
H A Dcrypto_wolfssl.c246 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
H A Dcrypto_module_tests.c1844 if (hmac_sha384(t->key, t->key_len, t->data, t->data_len, in test_sha384()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dsha384-tlsprf.c60 hmac_sha384(secret, secret_len, A, SHA384_MAC_LEN, A) < 0) in tls_prf_sha384()
H A Dsha384.h16 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data,
H A Dsha384.c92 * hmac_sha384 - HMAC-SHA384 over data buffer (RFC 2104)
100 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
H A Dcrypto_gnutls.c187 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
H A Dcrypto_nettle.c207 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
H A Dcrypto_linux.c224 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
H A Dcrypto_wolfssl.c246 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
H A Dcrypto_module_tests.c1993 if (hmac_sha384(t->key, t->key_len, t->data, t->data_len, in test_sha384()
H A 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/
H A 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/
H A 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()
1450 if (hmac_sha384(kck, WPA_PASN_KCK_LEN, buf, buf_len, hash)) in pasn_mic()
H A 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/
H A 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/
H A 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/
H A Dwpa.c4676 res = hmac_sha384(wpabuf_head(hkey), wpabuf_len(hkey), in owe_process_assoc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11.c2753 res = hmac_sha384(wpabuf_head(hkey), wpabuf_len(hkey), in owe_process_assoc_req()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11.c4294 res = hmac_sha384(wpabuf_head(hkey), wpabuf_len(hkey), in owe_process_assoc_req()

Completed in 57 milliseconds

12