/external/wpa_supplicant_8/src/crypto/ |
D | sha384-tlsprf.c | 60 hmac_sha384(secret, secret_len, A, SHA384_MAC_LEN, A) < 0) in tls_prf_sha384()
|
D | sha384.h | 16 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data,
|
D | sha384.c | 100 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
|
D | crypto_nettle.c | 207 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
|
D | crypto_gnutls.c | 187 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
|
D | crypto_linux.c | 224 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
|
D | crypto_module_tests.c | 1993 if (hmac_sha384(t->key, t->key_len, t->data, t->data_len, in test_sha384()
|
D | crypto_wolfssl.c | 255 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() function
|
D | crypto_openssl.c | 1609 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/ |
D | wpa_common.c | 246 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()
|
D | dpp_crypto.c | 155 return hmac_sha384(key, key_len, data, data_len, mac); in dpp_hmac()
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_teap_common.c | 335 res = hmac_sha384(cmk, cmk_len, buffer, buffer_len, tmp); in eap_teap_tls_mac()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa.c | 6443 res = hmac_sha384(wpabuf_head(hkey), wpabuf_len(hkey), in owe_process_assoc_resp()
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11.c | 3462 res = hmac_sha384(wpabuf_head(hkey), wpabuf_len(hkey), in owe_process_assoc_req()
|