Searched refs:sha512_vector (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dsha512.c44 if (sha512_vector(1, &key, &key_len, tk) < 0)
73 if (sha512_vector(1 + num_elem, _addr, _len, mac) < 0)
87 return sha512_vector(2, _addr, _len, mac);
H A Dcrypto.h94 * sha512_vector - SHA512 hash for data vector
101 int sha512_vector(size_t num_elem, const u8 *addr[], const size_t *len,
H A Dsha512-internal.c17 * sha512_vector - SHA512 hash for data vector
24 int sha512_vector(size_t num_elem, const u8 *addr[], const size_t *len, function
H A Dcrypto_nettle.c102 int sha512_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) function
H A Dcrypto_gnutls.c95 int sha512_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) function
H A Dcrypto_linux.c163 int sha512_vector(size_t num_elem, const u8 *addr[], const size_t *len, function
H A Dcrypto_wolfssl.c138 int sha512_vector(size_t num_elem, const u8 *addr[], const size_t *len, function
H A Dcrypto_openssl.c291 int sha512_vector(size_t num_elem, const u8 *addr[], const size_t *len, function
/freebsd-12-stable/contrib/wpa/src/eap_peer/
H A Deap_pwd.c521 if (sha512_vector(2, salt_pwd, salt_pwd_len, salthashpwd) < 0)
/freebsd-12-stable/contrib/wpa/src/tls/
H A Dtlsv1_client_ocsp.c96 if (sha512_vector(1, addr, len, hash) < 0)
H A Dx509v3.c1983 sha512_vector(1, addr, len, hash);
/freebsd-12-stable/contrib/wpa/src/rsn_supp/
H A Dwpa.c4648 res = sha512_vector(2, addr, len, pmkid);
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dieee802_11.c2724 res = sha512_vector(2, addr, len, pmkid);
/freebsd-12-stable/contrib/wpa/src/common/
H A Ddpp.c400 return sha512_vector(num_elem, addr, len, mac);

Completed in 139 milliseconds