Home
last modified time | relevance | path

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

/test/xts/acts/security/huks_napi_BasicTest/src/
Dhuks_three_stage_test_common.cpp639 struct OH_Huks_Param *digestAlg = NULL; in HuksHash() local
640 ret = OH_Huks_GetParam(paramSet, OH_HUKS_TAG_DIGEST, &digestAlg); in HuksHash()
647 int32_t ret1 = HksGetDigestLen(digestAlg->uint32Param, &digestLen); in HuksHash()
659 ret1 = HksOpensslHash(digestAlg->uint32Param, srcData, hash); in HuksHash()