Searched refs:hmac_sha384_vector (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | sha384.c | 26 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha384_vector() function 103 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac); in hmac_sha384()
|
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_module_tests.c | 1854 if (hmac_sha384_vector(t->key, t->key_len, 1, addr, len, in test_sha384() 1867 if (hmac_sha384_vector(t->key, t->key_len, 2, addr, len, in test_sha384()
|
D | crypto_openssl.c | 1030 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha384_vector() function 1041 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 | 269 res = hmac_sha384_vector(nonces, 2 * FILS_NONCE_LEN, num_elem, in fils_rmsk_to_pmk() 405 res = hmac_sha384_vector(ick, ick_len, num_elem, addr, len, in fils_key_auth_sk() 434 res = hmac_sha384_vector(ick, ick_len, num_elem, addr, len, in fils_key_auth_sk() 1390 if (hmac_sha384_vector(kck, kck_len, 3, addr, len, hash) < 0) in rsn_pmkid_suite_b_192()
|