Home
last modified time | relevance | path

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

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/include/
H A Dapp_verify_hap.h47 #define HASH_ALG_SHA384 MBEDTLS_MD_SHA384 /* sha384 */ macro
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_verify_hap.c33 return HASH_ALG_SHA384; in GetDigestAlgorithmId()
H A Dapp_verify.c340 …if (content->algId != HASH_ALG_SHA256 && content->algId != HASH_ALG_SHA384 && content->algId != HA… in VerifyRawHash()