Searched refs:certBio (Results 1 – 1 of 1) sorted by relevance
90 bssl::UniquePtr<BIO> certBio(BIO_new_file(certPath.c_str(), "r")); in readServerKeyAndCert() local91 ret.cert.reset(PEM_read_bio_X509(certBio.get(), nullptr, nullptr, nullptr)); in readServerKeyAndCert()