Searched refs:hmac_sha384_vector (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | sha384.h | 14 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem,
|
D | crypto_openssl.c | 848 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/ |
D | wpa_common.c | 1097 if (hmac_sha384_vector(kck, kck_len, 3, addr, len, hash) < 0) in rsn_pmkid_suite_b_192()
|