Home
last modified time | relevance | path

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

/test/xts/acts/security/huks_napi_BasicTest/src/
Dhuks_three_stage_test_common.cpp614 const EVP_MD *opensslAlg = GetOpensslAlg(alg); in HksOpensslHash() local
615 if (opensslAlg == NULL) in HksOpensslHash()
620 int32_t ret = EVP_Digest(msg->data, msg->size, hash->data, &hash->size, opensslAlg, NULL); in HksOpensslHash()