Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp/api/src/
Dcert_tools.cpp59 BIO* certBio = BIO_new_file(filename.data(), "w"); in SaveCertTofile() local
561 BIO* certBio = BIO_new_file(filename.c_str(), "rb"); in ReadfileToX509() local
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
Dsign_provider.cpp523 BIO* certBio = BIO_new_file(certsFile.c_str(), "rb"); in GetCertListFromFile() local
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapSign/
Dhap_sign_test.cpp1494 BIO* certBio = BIO_new_file("./hapSign/app-release1.pem", "rb"); variable