Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_hash.c34 static int32_t CheckDigestAlg(uint32_t alg) in CheckDigestAlg() function
68 … HKS_IF_NOT_SUCC_LOGE_RETURN(CheckDigestAlg(alg), HKS_ERROR_INVALID_DIGEST, "Unsupport HASH Type!") in HashCheckParam()
94 … HKS_IF_NOT_SUCC_LOGE_RETURN(CheckDigestAlg(alg), HKS_ERROR_INVALID_DIGEST, "Unsupport HASH Type!") in HksOpensslHashInit()
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_crypt.cpp731 static bool CheckDigestAlg(uint32_t alg) in CheckDigestAlg() function
770 if (!CheckDigestAlg(alg)) { in HashCheckParam()
821 if (!CheckDigestAlg(alg)) { in DlpOpensslHashInit()