Searched refs:crypto_hash_init (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/tls/
H A Dtlsv1_common.c209 verify->md5_client = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
210 verify->md5_server = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
211 verify->md5_cert = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
212 verify->sha1_client = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0);
213 verify->sha1_server = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0);
214 verify->sha1_cert = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0);
222 verify->sha256_client = crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL,
224 verify->sha256_server = crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL,
226 verify->sha256_cert = crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL,
364 ctx = crypto_hash_init(al
[all...]
H A Dtlsv1_record.c207 hmac = crypto_hash_init(rl->hash_alg, rl->write_mac_secret,
436 hmac = crypto_hash_init(rl->hash_alg, rl->read_mac_secret,
/freebsd-13-stable/contrib/wpa/src/eap_common/
H A Deap_pwd_common.c26 return crypto_hash_init(CRYPTO_HASH_ALG_HMAC_SHA256, allzero,
59 hash = crypto_hash_init(CRYPTO_HASH_ALG_HMAC_SHA256,
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dcrypto.h170 * crypto_hash_init - Initialize hash/HMAC function
181 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
186 * @ctx: Context pointer from crypto_hash_init()
198 * @ctx: Context pointer from crypto_hash_init()
H A Dcrypto_internal.c39 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
H A Dcrypto_libtomcrypt.c154 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
H A Dcrypto_linux.c239 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
H A Dcrypto_wolfssl.c882 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
H A Dcrypto_openssl.c983 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function

Completed in 714 milliseconds