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

/freebsd-10.0-release/contrib/wpa/src/tls/
H A Dtlsv1_common.c197 verify->md5_client = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
198 verify->md5_server = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
199 verify->md5_cert = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0);
200 verify->sha1_client = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0);
201 verify->sha1_server = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0);
202 verify->sha1_cert = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0);
210 verify->sha256_client = crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL,
212 verify->sha256_server = crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL,
214 verify->sha256_cert = crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL,
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-10.0-release/contrib/wpa/src/crypto/
H A Dcrypto.h144 * crypto_hash_init - Initialize hash/HMAC function
155 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
160 * @ctx: Context pointer from crypto_hash_init()
172 * @ctx: Context pointer from crypto_hash_init()
H A Dcrypto_internal.c31 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
H A Dcrypto_cryptoapi.c352 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
H A Dcrypto_libtomcrypt.c153 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
H A Dcrypto_openssl.c595 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, function
/freebsd-10.0-release/contrib/wpa/src/eap_common/
H A Deap_pwd_common.c21 return crypto_hash_init(CRYPTO_HASH_ALG_HMAC_SHA256, allzero,
54 hash = crypto_hash_init(CRYPTO_HASH_ALG_HMAC_SHA256,

Completed in 170 milliseconds