Home
last modified time | relevance | path

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

/base/update/updater/services/package/pkg_verify/
Dopenssl_util.cpp69 int32_t GetX509AlgorithmNid(const X509_ALGOR *x509Algo, int32_t &algoNid) in GetX509AlgorithmNid() argument
71 if (x509Algo == nullptr) { in GetX509AlgorithmNid()
76 X509_ALGOR_get0(&algObj, nullptr, nullptr, x509Algo); in GetX509AlgorithmNid()
Dopenssl_util.h26 int32_t GetX509AlgorithmNid(const X509_ALGOR *x509Algo, int32_t &algoNid);