Home
last modified time | relevance | path

Searched refs:CRYPTO_HASH_ALG_SHA256 (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/wpa/src/tls/
HDtlsv1_common.c210 verify->sha256_client = crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL, in tls_verify_hash_init()
212 verify->sha256_server = crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL, in tls_verify_hash_init()
214 verify->sha256_cert = crypto_hash_init(CRYPTO_HASH_ALG_SHA256, NULL, in tls_verify_hash_init()
/trueos/contrib/wpa/src/crypto/
HDcrypto_internal.c53 case CRYPTO_HASH_ALG_SHA256: in crypto_hash_init()
140 case CRYPTO_HASH_ALG_SHA256: in crypto_hash_update()
184 case CRYPTO_HASH_ALG_SHA256: in crypto_hash_finish()
HDcrypto.h138 CRYPTO_HASH_ALG_SHA256, CRYPTO_HASH_ALG_HMAC_SHA256 enumerator