Home
last modified time | relevance | path

Searched refs:ossl_x509_check_private_key (Results 1 – 4 of 4) sorted by relevance

/openssl/crypto/x509/
H A Dx509_cmp.c400 return ossl_x509_check_private_key(xk, pkey); in X509_check_private_key()
403 int ossl_x509_check_private_key(const EVP_PKEY *x, const EVP_PKEY *pkey) in ossl_x509_check_private_key() function
H A Dx509_req.c84 return ossl_x509_check_private_key(X509_REQ_get0_pubkey(req), pkey); in X509_REQ_check_private_key()
/openssl/include/crypto/
H A Dx509.h364 int ossl_x509_check_private_key(const EVP_PKEY *k, const EVP_PKEY *pkey);
/openssl/crypto/crmf/
H A Dcrmf_lib.c381 if (!ossl_x509_check_private_key(pub, pkey)) in create_popo_signature()

Completed in 21 milliseconds