Home
last modified time | relevance | path

Searched refs:hmac_sha512_vector (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/wpa/src/crypto/
H A Dsha512-kdf.c56 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 Dsha512.c26 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 Dsha512-prf.c81 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 Dsha512.h14 int hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem,
H A Dcrypto_nettle.c218 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 Dcrypto_gnutls.c198 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 Dcrypto_openssl.c1638 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 Dcrypto_wolfssl.c495 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 Dsae.c549 return hmac_sha512_vector(salt, salt_len, num_elem, addr, len, in hkdf_extract()
H A Ddpp_crypto.c143 return hmac_sha512_vector(key, key_len, num_elem, addr, len, in dpp_hmac_vector()
H A Dwpa_common.c996 if (hmac_sha512_vector(kck, kck_len, num_elem, addr, len, hash)) in wpa_ft_mic()