Searched refs:hmac_sha384_vector (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | sha384-prf.c | 78 hmac_sha384_vector(key, key_len, 4, addr, len, in sha384_prf_bits() 82 hmac_sha384_vector(key, key_len, 4, addr, len, hash); in sha384_prf_bits()
|
D | sha384.h | 14 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem,
|
D | crypto_openssl.c | 916 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha384_vector() function 927 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac); in hmac_sha384()
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_common.c | 1124 if (hmac_sha384_vector(kck, kck_len, 3, addr, len, hash) < 0) in rsn_pmkid_suite_b_192()
|