Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A 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
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A 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
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/
H A Dssl.pod496 =item SSL *B<SSL_dup>(SSL *ssl);
498 SSL_dup() allows applications to configure an SSL handle for use
501 Use of SSL_dup() avoids the need to repeat the configuration of the
504 For SSL_dup() to work, the connection MUST be in its initial state
506 For connections that are not in their initial state SSL_dup() just
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map225 SSL_dup;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map297 SSL_dup;
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dbio_ssl.c372 dbs->ssl = SSL_dup(ssl); in ssl_ctrl()
H A Dssl_lib.c3848 SSL *SSL_dup(SSL *s) in SSL_dup() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibssl.num199 SSL_dup 200 1_1_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dlibssl.num199 SSL_dup 200 3_0_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h1974 __owur SSL *SSL_dup(SSL *ssl);
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c6849 client2ssl = SSL_dup(clientssl); in test_ssl_dup()
6876 clientssl = SSL_dup(client2ssl); in test_ssl_dup()
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in2040 __owur SSL *SSL_dup(SSL *ssl);