Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/tls/
H A Dtlsv1_common.c201 verify->md5_client = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0); in tls_verify_hash_init()
202 verify->md5_server = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0); in tls_verify_hash_init()
203 verify->md5_cert = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0); in tls_verify_hash_init()
204 verify->sha1_client = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0); in tls_verify_hash_init()
205 verify->sha1_server = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0); in tls_verify_hash_init()
206 verify->sha1_cert = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0); in tls_verify_hash_init()
214 verify->sha256_client = crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL, in tls_verify_hash_init()
216 verify->sha256_server = crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL, in tls_verify_hash_init()
218 verify->sha256_cert = crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL, in tls_verify_hash_init()
356 ctx = crypto_hash_init(alg, NULL, 0); in tlsv12_key_x_server_params_hash()
[all …]
H A Dtlsv1_record.c207 hmac = crypto_hash_init(rl->hash_alg, rl->write_mac_secret, in tlsv1_record_send()
436 hmac = crypto_hash_init(rl->hash_alg, rl->read_mac_secret, in tlsv1_record_receive()
/freebsd/contrib/wpa/src/eap_common/
H A Deap_pwd_common.c26 return crypto_hash_init(CRYPTO_HASH_ALG_HMAC_SHA256, allzero, in eap_pwd_h_init()
59 hash = crypto_hash_init(CRYPTO_HASH_ALG_HMAC_SHA256, in eap_pwd_kdf()
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_internal.c39 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() function
H A Dcrypto.h183 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
H A Dcrypto_libtomcrypt.c154 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() function
H A Dcrypto_linux.c239 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() function
H A Dcrypto_wolfssl.c1181 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() function
H A Dcrypto_openssl.c1395 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() function