Home
last modified time | relevance | path

Searched refs:hmac_sha384_vector (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dsha384.h14 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem,
Dcrypto_openssl.c848 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha384_vector() function
859 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac); in hmac_sha384()
/external/wpa_supplicant_8/src/common/
Dwpa_common.c1097 if (hmac_sha384_vector(kck, kck_len, 3, addr, len, hash) < 0) in rsn_pmkid_suite_b_192()