Searched refs:GetDigestAlgorithmId (Results 1 – 7 of 7) sorted by relevance
86 int32_t nId = HapVerifyOpensslUtils::GetDigestAlgorithmId(ALGORITHM_SHA512_WITH_RSA_PSS);88 nId = HapVerifyOpensslUtils::GetDigestAlgorithmId(ALGORITHM_SHA384_WITH_RSA_PSS);90 nId = HapVerifyOpensslUtils::GetDigestAlgorithmId(ALGORITHM_SHA256_WITH_RSA_PSS);92 nId = HapVerifyOpensslUtils::GetDigestAlgorithmId(0);
52 int32_t GetDigestAlgorithmId(uint32_t signAlgorithm);
64 DLL_EXPORT static int32_t GetDigestAlgorithmId(int32_t signAlgorithm);
25 int32_t GetDigestAlgorithmId(uint32_t signAlgorithm) in GetDigestAlgorithmId() function
339 content->algId = GetDigestAlgorithmId((unsigned int)content->algId); in VerifyRawHash()
436 int32_t nId = HapVerifyOpensslUtils::GetDigestAlgorithmId(digestInfo.digestAlgorithm); in VerifyHapIntegrity()
628 int32_t HapVerifyOpensslUtils::GetDigestAlgorithmId(int32_t signAlgorithm) in GetDigestAlgorithmId() function in OHOS::Security::Verify::HapVerifyOpensslUtils