Searched defs:bioCert (Results 1 – 3 of 3) sorted by relevance
103 BIOMemPtr bioCert(BIO_new_file(filePath.c_str(), "rb"), ::BIO_free); in loadCert() local251 BIOMemPtr bioCert(BIO_new_mem_buf(pem.data(), static_cast<int>(pem.size())), in parseCert() local
620 BIOMemPtr bioCert(BIO_new_file(filePath.c_str(), "rb"), ::BIO_free); in compareKeys() local
185 std::unique_ptr<BIO, decltype(&::BIO_free)> bioCert( in getCertSubjectNameHash() local