Searched refs:crypto_hash_init (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/wpa/src/tls/ |
H A D | tlsv1_common.c | 209 verify->md5_client = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0); in tls_verify_hash_init() 210 verify->md5_server = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0); in tls_verify_hash_init() 211 verify->md5_cert = crypto_hash_init(CRYPTO_HASH_ALG_MD5, NULL, 0); in tls_verify_hash_init() 212 verify->sha1_client = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0); in tls_verify_hash_init() 213 verify->sha1_server = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0); in tls_verify_hash_init() 214 verify->sha1_cert = crypto_hash_init(CRYPTO_HASH_ALG_SHA1, NULL, 0); in tls_verify_hash_init() 222 verify->sha256_client = crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL, in tls_verify_hash_init() 224 verify->sha256_server = crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL, in tls_verify_hash_init() 226 verify->sha256_cert = crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL, in tls_verify_hash_init() 364 ctx = crypto_hash_init(alg, NULL, 0); in tlsv12_key_x_server_params_hash() [all …]
|
H A D | tlsv1_record.c | 207 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 D | eap_pwd_common.c | 26 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 D | crypto_internal.c | 39 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() function
|
H A D | crypto.h | 183 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
|
H A D | crypto_libtomcrypt.c | 154 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() function
|
H A D | crypto_linux.c | 239 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() function
|
H A D | crypto_wolfssl.c | 1178 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() function
|
H A D | crypto_openssl.c | 1325 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() function
|