Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/package/pkg_verify/
H A Dopenssl_util.h26 int32_t GetX509AlgorithmNid(const X509_ALGOR *x509Algo, int32_t &algoNid);
H A Dpkcs7_signed_data.cpp396 int32_t ret = GetX509AlgorithmNid(p7SignerInfo->digest_alg, signerInfo.digestNid); in SignerInfoParse()
401 ret = GetX509AlgorithmNid(p7SignerInfo->digest_enc_alg, signerInfo.digestEncryptNid); in SignerInfoParse()
H A Dopenssl_util.cpp70 int32_t GetX509AlgorithmNid(const X509_ALGOR *x509Algo, int32_t &algoNid) in GetX509AlgorithmNid() function
/ohos5.0/base/update/updater/test/unittest/package/
H A Dpkg_verify_unittest.cpp121 ret = GetX509AlgorithmNid(nullptr, algoNid); in TestOpensslUtilFailed()