Home
last modified time | relevance | path

Searched refs:SSL_dup (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_new.pod5 SSL_dup, SSL_new, SSL_up_ref - create an SSL structure for a connection
11 SSL *SSL_dup(SSL *s);
29 The function SSL_dup() creates and returns a new B<SSL> structure from the same
33 For SSL_dup() to work, the connection MUST be in its initial state and
35 their initial state SSL_dup() just increments an internal
/third_party/openssl/ssl/
Dbio_ssl.c372 dbs->ssl = SSL_dup(ssl); in ssl_ctrl()
Dssl_lib.c4052 SSL *SSL_dup(SSL *s) in SSL_dup() function
/third_party/openssl/util/
Dlibssl.num199 SSL_dup 200 3_0_0 EXIST::FUNCTION:
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h1964 __owur SSL *SSL_dup(SSL *ssl);
/third_party/openssl/test/
Dsslapitest.c9096 client2ssl = SSL_dup(clientssl); in test_ssl_dup()
9123 clientssl = SSL_dup(client2ssl); in test_ssl_dup()
/third_party/openssl/include/openssl/
Dssl.h.in2040 __owur SSL *SSL_dup(SSL *ssl);