Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/rpc_fuzzer/
Dmain.cpp90 bssl::UniquePtr<BIO> certBio(BIO_new_file(certPath.c_str(), "r")); in readServerKeyAndCert() local
91 ret.cert.reset(PEM_read_bio_X509(certBio.get(), nullptr, nullptr, nullptr)); in readServerKeyAndCert()