Home
last modified time | relevance | path

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

/openssl-master/apps/include/
A Dapps.h250 int cert_matches_key(const X509 *cert, const EVP_PKEY *pkey);
/openssl-master/apps/
A Dpkcs12.c558 if (cert_matches_key(x, key)) { in pkcs12_main()
A Dx509.c814 if (privkey != NULL && !cert_matches_key(x, privkey)) in x509_main()
A Dreq.c841 if (!cert_matches_key(new_x509, issuer_key)) in req_main()
A Dca.c1718 if (!cert_matches_key(ret, pkey)) in do_body()
/openssl-master/apps/lib/
A Dapps.c2242 int cert_matches_key(const X509 *cert, const EVP_PKEY *pkey) in cert_matches_key() function
2274 self_sign = cert_matches_key(cert, pkey); in do_X509_sign()

Completed in 23 milliseconds