Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DSSL_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);
101 SSL_CTX_use_cert_and_key() and SSL_use_cert_and_key() assign the X.509
/third_party/openssl/ssl/
Dssl_rsa.c1021 int SSL_use_cert_and_key(SSL *ssl, X509 *x509, EVP_PKEY *privatekey, in SSL_use_cert_and_key() function
/third_party/openssl/util/
Dlibssl.num481 SSL_use_cert_and_key 482 3_0_0 EXIST::FUNCTION:
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h1568 __owur int SSL_use_cert_and_key(SSL *ssl, X509 *x509, EVP_PKEY *privatekey,
/third_party/openssl/include/openssl/
Dssl.h.in1599 __owur int SSL_use_cert_and_key(SSL *ssl, X509 *x509, EVP_PKEY *privatekey,
/third_party/openssl/test/
Dsslapitest.c8149 if (!SSL_use_cert_and_key(s, x509, pkey, NULL, 1)) in cert_cb()