Home | History | Annotate | Download | only in pkcs8

Lines Matching defs:cert

722   X509 *cert = nullptr;
724 if (!PKCS12_parse(p12.get(), "foo", &key, &cert, &ca_certs)) {
730 ScopedX509 delete_cert(cert);
733 if (key == nullptr || cert == nullptr) {