Home
last modified time | relevance | path

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

/developtools/hapsigner/binary_sign_tool/hap/provider/src/
Dsign_provider.cpp157 BIO* certBio = BIO_new_file(certsFile.c_str(), "rb"); in GetCertListFromFile() local
/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.cpp524 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