Home
last modified time | relevance | path

Searched refs:SSL_use_cert_and_key (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/crypto/openssl/doc/man3/
HDSSL_CTX_use_certificate.pod15 SSL_CTX_use_cert_and_key, SSL_use_cert_and_key
50 int SSL_use_cert_and_key(SSL *ssl, X509 *x, EVP_PKEY *pkey, STACK_OF(X509) *chain, int override);
102 SSL_CTX_use_cert_and_key() and SSL_use_cert_and_key() assign the X.509
/freebsd-14-stable/secure/lib/libssl/
HDVersion.map505 SSL_use_cert_and_key;
/freebsd-14-stable/crypto/openssl/ssl/
HDssl_rsa.c1021 int SSL_use_cert_and_key(SSL *ssl, X509 *x509, EVP_PKEY *privatekey, in SSL_use_cert_and_key() function
/freebsd-14-stable/crypto/openssl/util/
HDlibssl.num481 SSL_use_cert_and_key 482 3_0_0 EXIST::FUNCTION:
/freebsd-14-stable/crypto/openssl/include/openssl/
HDssl.h1671 __owur int SSL_use_cert_and_key(SSL *ssl, X509 *x509, EVP_PKEY *privatekey,
HDssl.h.in1599 __owur int SSL_use_cert_and_key(SSL *ssl, X509 *x509, EVP_PKEY *privatekey,
/freebsd-14-stable/secure/lib/libcrypto/man/man3/
HDMakefile4220 MLINKS+= SSL_CTX_use_certificate.3 SSL_use_cert_and_key.3
/freebsd-14-stable/crypto/openssl/test/
HDsslapitest.c8454 if (!SSL_use_cert_and_key(s, x509, pkey, NULL, 1)) in cert_cb()