Home
last modified time | relevance | path

Searched refs:GetDigestAlgorithmId (Results 1 - 7 of 7) sorted by relevance

/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
H A Dhap_verify_openssl_utils_test.cpp76 * @tc.name: Test GetDigestAlgorithmId functions
86 int32_t nId = HapVerifyOpensslUtils::GetDigestAlgorithmId(ALGORITHM_SHA512_WITH_RSA_PSS); in HWTEST_F()
88 nId = HapVerifyOpensslUtils::GetDigestAlgorithmId(ALGORITHM_SHA384_WITH_RSA_PSS); in HWTEST_F()
90 nId = HapVerifyOpensslUtils::GetDigestAlgorithmId(ALGORITHM_SHA256_WITH_RSA_PSS); in HWTEST_F()
92 nId = HapVerifyOpensslUtils::GetDigestAlgorithmId(0); in HWTEST_F()
/base/security/appverify/interfaces/innerkits/appverify_lite/include/
H A Dapp_verify_hap.h52 int32_t GetDigestAlgorithmId(uint32_t signAlgorithm);
/base/security/appverify/interfaces/innerkits/appverify/include/util/
H A Dhap_verify_openssl_utils.h64 DLL_EXPORT static int32_t GetDigestAlgorithmId(int32_t signAlgorithm);
/base/security/appverify/interfaces/innerkits/appverify/src/util/
H A Dhap_signing_block_utils.cpp436 int32_t nId = HapVerifyOpensslUtils::GetDigestAlgorithmId(digestInfo.digestAlgorithm); in VerifyHapIntegrity()
H A Dhap_verify_openssl_utils.cpp628 int32_t HapVerifyOpensslUtils::GetDigestAlgorithmId(int32_t signAlgorithm) in GetDigestAlgorithmId() function in OHOS::Security::Verify::HapVerifyOpensslUtils
/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_verify_hap.c25 int32_t GetDigestAlgorithmId(uint32_t signAlgorithm) in GetDigestAlgorithmId() function
H A Dapp_verify.c339 content->algId = GetDigestAlgorithmId((unsigned int)content->algId); in VerifyRawHash()

Completed in 7 milliseconds