Searched refs:cert_matches_key (Results 1 – 6 of 6) sorted by relevance
263 int cert_matches_key(const X509 *cert, const EVP_PKEY *pkey);
581 if (cert_matches_key(x, key)) { in pkcs12_main()
852 if (privkey != NULL && !cert_matches_key(x, privkey)) in x509_main()
853 if (!cert_matches_key(new_x509, issuer_key)) in req_main()
1697 if (!cert_matches_key(ret, pkey)) in do_body()
2352 int cert_matches_key(const X509 *cert, const EVP_PKEY *pkey) in cert_matches_key() function2382 self_sign = cert_matches_key(cert, pkey); in do_X509_sign()
Completed in 42 milliseconds