Searched refs:SSL_use_cert_and_key (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/doc/man3/ |
D | SSL_CTX_use_certificate.pod | 15 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/ |
D | ssl_rsa.c | 1021 int SSL_use_cert_and_key(SSL *ssl, X509 *x509, EVP_PKEY *privatekey, in SSL_use_cert_and_key() function
|
/third_party/openssl/util/ |
D | libssl.num | 481 SSL_use_cert_and_key 482 3_0_0 EXIST::FUNCTION:
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | ssl.h | 1568 __owur int SSL_use_cert_and_key(SSL *ssl, X509 *x509, EVP_PKEY *privatekey,
|
/third_party/openssl/include/openssl/ |
D | ssl.h.in | 1599 __owur int SSL_use_cert_and_key(SSL *ssl, X509 *x509, EVP_PKEY *privatekey,
|
/third_party/openssl/test/ |
D | sslapitest.c | 8149 if (!SSL_use_cert_and_key(s, x509, pkey, NULL, 1)) in cert_cb()
|