Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/doc/man3/
HDSSL_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
/freebsd-14-stable/secure/lib/libssl/
HDVersion.map226 SSL_dup;
/freebsd-14-stable/crypto/openssl/ssl/
HDbio_ssl.c372 dbs->ssl = SSL_dup(ssl); in ssl_ctrl()
HDssl_lib.c4089 SSL *SSL_dup(SSL *s) in SSL_dup() function
/freebsd-14-stable/crypto/openssl/util/
HDlibssl.num199 SSL_dup 200 3_0_0 EXIST::FUNCTION:
/freebsd-14-stable/crypto/openssl/include/openssl/
HDssl.h2112 __owur SSL *SSL_dup(SSL *ssl);
HDssl.h.in2040 __owur SSL *SSL_dup(SSL *ssl);
/freebsd-14-stable/crypto/openssl/test/
HDsslapitest.c9514 client2ssl = SSL_dup(clientssl); in test_ssl_dup()
9541 clientssl = SSL_dup(client2ssl); in test_ssl_dup()
/freebsd-14-stable/secure/lib/libcrypto/man/man3/
HDMakefile4010 MLINKS+= SSL_new.3 SSL_dup.3