Home
last modified time | relevance | path

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

/hostap-3.7.0/src/crypto/
Dcrypto_internal.c94 case CRYPTO_HASH_ALG_HMAC_SHA1: in crypto_hash_init()
154 case CRYPTO_HASH_ALG_HMAC_SHA1: in crypto_hash_update()
264 case CRYPTO_HASH_ALG_HMAC_SHA1: in crypto_hash_finish()
Dcrypto_libtomcrypt.c179 case CRYPTO_HASH_ALG_HMAC_SHA1: in crypto_hash_init()
208 case CRYPTO_HASH_ALG_HMAC_SHA1: in crypto_hash_update()
254 case CRYPTO_HASH_ALG_HMAC_SHA1: in crypto_hash_finish()
Dcrypto.h162 CRYPTO_HASH_ALG_HMAC_MD5, CRYPTO_HASH_ALG_HMAC_SHA1, enumerator
Dcrypto_mbedtls.c126 case CRYPTO_HASH_ALG_HMAC_SHA1: in crypto_hash_init()
Dcrypto_linux.c262 case CRYPTO_HASH_ALG_HMAC_SHA1: in crypto_hash_init()
Dcrypto_wolfssl.c905 case CRYPTO_HASH_ALG_HMAC_SHA1: in crypto_hash_init()
Dcrypto_openssl.c1069 case CRYPTO_HASH_ALG_HMAC_SHA1: in crypto_hash_init()
Dcrypto_mbedtls_alt.c290 case CRYPTO_HASH_ALG_HMAC_SHA1: in crypto_hash_init()
/hostap-3.7.0/src/tls/
Dtlsv1_record.c48 rl->hash_alg = CRYPTO_HASH_ALG_HMAC_SHA1; in tlsv1_record_set_cipher_suite()