Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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_linux.c262 case CRYPTO_HASH_ALG_HMAC_SHA1: in crypto_hash_init()
Dcrypto_wolfssl.c901 case CRYPTO_HASH_ALG_HMAC_SHA1: in crypto_hash_init()
Dcrypto_openssl.c996 case CRYPTO_HASH_ALG_HMAC_SHA1: in crypto_hash_init()
/external/wpa_supplicant_8/src/tls/
Dtlsv1_record.c48 rl->hash_alg = CRYPTO_HASH_ALG_HMAC_SHA1; in tlsv1_record_set_cipher_suite()