Home
last modified time | relevance | path

Searched defs:certbio (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/updater/test/unittest/package/
H A Dpkg_verify_unittest.cpp93 BIO *certbio = BIO_new_file(GetTestPrivateKeyName(0).c_str(), "r"); in TestCertVerifyFailed() local
129 BIO *certbio = BIO_new_file(GetTestPrivateKeyName(0).c_str(), "r"); in TestOpensslUtilFailed() local
/ohos5.0/base/update/updater/services/package/pkg_algorithm/
H A Dpkg_algo_sign.cpp113 BIO *certbio = BIO_new_file(keyName_.c_str(), "r"); in GetPubkey() local
/ohos5.0/base/update/updater/services/package/pkg_verify/
H A Dopenssl_util.cpp119 BIO *certbio = BIO_new_file(filePath.c_str(), "r"); in GetX509CertFromPemFile() local