/freebsd/contrib/wpa/src/crypto/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A D | sha512.h | 14 int hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem,
|
H A 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()
|
H A 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()
|
H A D | crypto_openssl.c | 1638 int hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha512_vector() function 1649 return hmac_sha512_vector(key, key_len, 1, &data, &data_len, mac); in hmac_sha512() 1760 int hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha512_vector() function 1771 return hmac_sha512_vector(key, key_len, 1, &data, &data_len, mac); in hmac_sha512()
|
H A D | crypto_wolfssl.c | 495 int hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha512_vector() function 506 return hmac_sha512_vector(key, key_len, 1, &data, &data_len, mac); in hmac_sha512()
|
/freebsd/contrib/wpa/src/common/ |
H A D | sae.c | 549 return hmac_sha512_vector(salt, salt_len, num_elem, addr, len, in hkdf_extract()
|
H A D | dpp_crypto.c | 143 return hmac_sha512_vector(key, key_len, num_elem, addr, len, in dpp_hmac_vector()
|
H A D | wpa_common.c | 996 if (hmac_sha512_vector(kck, kck_len, num_elem, addr, len, hash)) in wpa_ft_mic()
|