Home
last modified time | relevance | path

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

/openssl/apps/include/
H A Dapps.h263 int cert_matches_key(const X509 *cert, const EVP_PKEY *pkey);
/openssl/apps/
H A Dpkcs12.c581 if (cert_matches_key(x, key)) { in pkcs12_main()
H A Dx509.c852 if (privkey != NULL && !cert_matches_key(x, privkey)) in x509_main()
H A Dreq.c853 if (!cert_matches_key(new_x509, issuer_key)) in req_main()
H A Dca.c1697 if (!cert_matches_key(ret, pkey)) in do_body()
/openssl/apps/lib/
H A Dapps.c2352 int cert_matches_key(const X509 *cert, const EVP_PKEY *pkey) in cert_matches_key() function
2382 self_sign = cert_matches_key(cert, pkey); in do_X509_sign()

Completed in 42 milliseconds