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

/freebsd-9.3-release/contrib/wpa/src/tls/
H A Dtlsv1_common.c193 verify->md5_client = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
194 verify->md5_server = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
195 verify->md5_cert = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
196 verify->sha1_client = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0);
197 verify->sha1_server = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0);
198 verify->sha1_cert = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0);
H A Dtlsv1_record.c176 hmac = crypto_hash_init(rl->hash_alg, rl->write_mac_secret,
368 hmac = crypto_hash_init(rl->hash_alg, rl->read_mac_secret,
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dcrypto.h164 * crypto_hash_init - Initialize hash/HMAC function
175 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
180 * @ctx: Context pointer from crypto_hash_init()
192 * @ctx: Context pointer from crypto_hash_init()
H A Dcrypto_internal.c33 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
H A Dcrypto_cryptoapi.c358 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
H A Dcrypto_libtomcrypt.c159 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function

Completed in 196 milliseconds