Searched defs:certBio (Results 1 – 3 of 3) sorted by relevance
59 BIO* certBio = BIO_new_file(filename.data(), "w"); in SaveCertTofile() local561 BIO* certBio = BIO_new_file(filename.c_str(), "rb"); in ReadfileToX509() local
523 BIO* certBio = BIO_new_file(certsFile.c_str(), "rb"); in GetCertListFromFile() local
1494 BIO* certBio = BIO_new_file("./hapSign/app-release1.pem", "rb"); variable