Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/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.c100 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_gnutls.c187 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_module_tests.c1993 if (hmac_sha384(t->key, t->key_len, t->data, t->data_len, in test_sha384()
H A Dcrypto_openssl.c1627 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
1749 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
H A Dcrypto_wolfssl.c484 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
/freebsd/contrib/wpa/src/common/
H A Dwpa_common.c252 if (hmac_sha384(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
288 if (hmac_sha384(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
302 if (hmac_sha384(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
325 if (hmac_sha384(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
346 if (hmac_sha384(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
1600 if (hmac_sha384(kdk, kdk_len, buf, buf_len, hash)) { in wpa_ltf_keyseed()
1692 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()
/freebsd/contrib/wpa/src/eap_common/
H A Deap_teap_common.c335 res = hmac_sha384(cmk, cmk_len, buffer, buffer_len, tmp); in eap_teap_tls_mac()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa.c6606 res = hmac_sha384(wpabuf_head(hkey), wpabuf_len(hkey), in owe_process_assoc_resp()
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11.c3718 res = hmac_sha384(wpabuf_head(hkey), wpabuf_len(hkey), in owe_process_assoc_req()