Home | History | Annotate | Download | only in pkcs8

Lines Matching refs:cert

683  * openssl pkcs12 -export -inkey key.pem -in cert.pem -keypbe AES-128-CBC \
951 X509 *cert = nullptr;
953 if (!PKCS12_parse(p12.get(), kPassword, &key, &cert, &ca_certs)) {
959 bssl::UniquePtr<X509> delete_cert(cert);
962 if (key == nullptr || cert == nullptr) {