Searched refs:hmac_sha512_vector (Results 1 – 10 of 10) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | sha512-kdf.c | 56 if (hmac_sha512_vector(secret, secret_len, 3, &addr[1], &len[1], T) < 0) in hmac_sha512_kdf() 77 if (hmac_sha512_vector(secret, secret_len, 4, addr, len, T) < 0) in hmac_sha512_kdf()
|
D | sha512.c | 26 int hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha512_vector() function 103 return hmac_sha512_vector(key, key_len, 1, &data, &data_len, mac); in hmac_sha512()
|
D | sha512-prf.c | 81 if (hmac_sha512_vector(key, key_len, 4, addr, len, in sha512_prf_bits() 86 if (hmac_sha512_vector(key, key_len, 4, addr, len, in sha512_prf_bits()
|
D | sha512.h | 14 int hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem,
|
D | crypto_nettle.c | 218 int hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha512_vector() function 239 return hmac_sha512_vector(key, key_len, 1, &data, &data_len, mac); in hmac_sha512()
|
D | crypto_gnutls.c | 198 int hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha512_vector() function 209 return hmac_sha512_vector(key, key_len, 1, &data, &data_len, mac); in hmac_sha512()
|
D | crypto_wolfssl.c | 257 int hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha512_vector() function 268 return hmac_sha512_vector(key, key_len, 1, &data, &data_len, mac); in hmac_sha512()
|
D | crypto_openssl.c | 1192 int hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha512_vector() function 1203 return hmac_sha512_vector(key, key_len, 1, &data, &data_len, mac); in hmac_sha512()
|
/external/wpa_supplicant_8/src/common/ |
D | sae.c | 547 return hmac_sha512_vector(salt, salt_len, num_elem, addr, len, in hkdf_extract()
|
D | dpp_crypto.c | 277 return hmac_sha512_vector(key, key_len, num_elem, addr, len, in dpp_hmac_vector()
|