Home
last modified time | relevance | path

Searched refs:X509_check_private_key (Results 1 – 25 of 44) sorted by relevance

12

/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DX509_check_private_key.pod5 X509_check_private_key, X509_REQ_check_private_key - check the consistency
13 int X509_check_private_key(X509 *x, EVP_PKEY *k);
19 X509_check_private_key() function checks the consistency of private
22 X509_REQ_check_private_key() is equivalent to X509_check_private_key()
27 X509_check_private_key() and X509_REQ_check_private_key() return 1 if
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DX509_check_private_key.pod5 X509_check_private_key, X509_REQ_check_private_key - check the consistency
13 int X509_check_private_key(X509 *x, EVP_PKEY *k);
19 X509_check_private_key() function checks the consistency of private
22 X509_REQ_check_private_key() is equivalent to X509_check_private_key()
27 X509_check_private_key() and X509_REQ_check_private_key() return 1 if
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dx509_check_cert_pkey_test.c79 result = X509_check_private_key(x509, pkey); in test_x509_check_cert_pkey()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dx509_check_cert_pkey_test.c79 result = X509_check_private_key(x509, pkey); in test_x509_check_cert_pkey()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/pkcs7/
H A Dpk7_smime.c115 if (!X509_check_private_key(signcert, pkey)) { in PKCS7_sign_add_signer()
493 if (cert && !X509_check_private_key(cert, pkey)) { in PKCS7_decrypt()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/pkcs7/
H A Dpk7_smime.c124 if (!X509_check_private_key(signcert, pkey)) { in PKCS7_sign_add_signer()
511 if (cert && !X509_check_private_key(cert, pkey)) { in PKCS7_decrypt()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/pkcs12/
H A Dp12_kiss.c90 if (X509_check_private_key(x, *pkey)) { in PKCS12_parse()
H A Dp12_crt.c63 if (!X509_check_private_key(cert, pkey)) in PKCS12_create()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_akid.c151 ss = X509_check_private_key(ctx->subject_cert, ctx->issuer_pkey); in v2i_AUTHORITY_KEYID()
H A Dx509_cmp.c395 int X509_check_private_key(const X509 *x, const EVP_PKEY *k) in X509_check_private_key() function
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/pkcs12/
H A Dp12_kiss.c98 match = X509_check_private_key(x, *pkey); in PKCS12_parse()
/netbsd-src/external/bsd/pkg_install/dist/lib/
H A Dpkcs7.c287 if (X509_check_private_key(certificate, private_key) != 1) { in easy_pkcs7_sign()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ocsp/
H A Docsp_srv.c191 if (pkey == NULL || !X509_check_private_key(signer, pkey)) { in OCSP_basic_sign_ctx()
H A Docsp_cl.c111 if (!X509_check_private_key(signer, key)) { in OCSP_request_sign()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ocsp/
H A Docsp_cl.c92 if (!X509_check_private_key(signer, key)) { in OCSP_request_sign()
H A Docsp_srv.c180 if (pkey == NULL || !X509_check_private_key(signer, pkey)) { in OCSP_basic_sign_ctx()
/netbsd-src/usr.bin/nbsvtool/
H A Dnbsvtool.c277 ret = X509_check_private_key(crypto_state.certificate, in load_keys()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_protect.c288 if (!X509_check_private_key(ctx->cert, ctx->pkey)) { in ossl_cmp_msg_protect()
H A Dcmp_client.c625 && !(X509_check_private_key(ctx->newCert, rkey))) { in cert_response()
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dman.inc448 X509_check_private_key.3 \
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_rsa.c128 && !X509_check_private_key(c->pkeys[i].x509, pkey)) in ssl_set_pkey()
256 if (!X509_check_private_key(x, c->pkeys[i].privatekey)) { in ssl_set_cert()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509_cmp.c287 int X509_check_private_key(const X509 *x, const EVP_PKEY *k) in X509_check_private_key() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_rsa.c151 if (!X509_check_private_key(c->pkeys[i].x509, pkey)) { in ssl_set_pkey()
336 if (!X509_check_private_key(x, c->pkeys[i].privatekey)) { in ssl_set_cert()
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/
H A Dman.inc681 X509_check_private_key.3 \
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dreq.c775 if (!X509_check_private_key(CAcert, CAkey)) { in req_main()
848 if (!X509_check_private_key(new_x509, issuer_key)) in req_main()

12