Searched refs:hmac_sha384_vector (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dsha384-kdf.c56 if (hmac_sha384_vector(secret, secret_len, 3, &addr[1], &len[1], T) < 0)
77 if (hmac_sha384_vector(secret, secret_len, 4, addr, len, T) < 0)
H A Dsha384-prf.c81 if (hmac_sha384_vector(key, key_len, 4, addr, len,
86 if (hmac_sha384_vector(key, key_len, 4, addr, len,
H A Dsha384.c17 * hmac_sha384_vector - HMAC-SHA384 over data vector (RFC 2104)
26 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, function
103 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac);
H A Dsha384.h14 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem,
H A Dcrypto_nettle.c189 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, function
210 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac);
H A Dcrypto_gnutls.c179 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, function
190 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac);
H A Dcrypto_linux.c216 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, function
227 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac);
H A Dcrypto_wolfssl.c238 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, function
249 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac);
H A Dcrypto_openssl.c1164 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, function
1175 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac);
H A Dcrypto_module_tests.c1854 if (hmac_sha384_vector(t->key, t->key_len, 1, addr, len,
1867 if (hmac_sha384_vector(t->key, t->key_len, 2, addr, len,
/freebsd-13-stable/contrib/wpa/src/common/
H A Dwpa_common.c513 res = hmac_sha384_vector(nonces, 2 * FILS_NONCE_LEN, num_elem,
705 res = hmac_sha384_vector(ick, ick_len, num_elem, addr, len,
734 res = hmac_sha384_vector(ick, ick_len, num_elem, addr, len,
835 if (hmac_sha384_vector(kck, kck_len, num_elem, addr, len, hash))
1853 hmac_sha384_vector(pmk, pmk_len, 3, addr, len, hash);
1927 if (hmac_sha384_vector(kck, kck_len, 3, addr, len, hash) < 0)
H A Ddpp.c432 return hmac_sha384_vector(key, key_len, num_elem, addr, len,

Completed in 151 milliseconds