Searched refs:SSL_dup (Results 1 – 12 of 12) sorted by relevance
5 SSL_dup, SSL_new, SSL_up_ref - create an SSL structure for a connection11 SSL *SSL_dup(SSL *s);29 The function SSL_dup() creates and returns a new B<SSL> structure from the same33 For SSL_dup() to work, the connection MUST be in its initial state and35 their initial state SSL_dup() just increments an internal
496 =item SSL *B<SSL_dup>(SSL *ssl);498 SSL_dup() allows applications to configure an SSL handle for use501 Use of SSL_dup() avoids the need to repeat the configuration of the504 For SSL_dup() to work, the connection MUST be in its initial state506 For connections that are not in their initial state SSL_dup() just
225 SSL_dup;
297 SSL_dup;
372 dbs->ssl = SSL_dup(ssl); in ssl_ctrl()
3848 SSL *SSL_dup(SSL *s) in SSL_dup() function
199 SSL_dup 200 1_1_0 EXIST::FUNCTION:
199 SSL_dup 200 3_0_0 EXIST::FUNCTION:
1974 __owur SSL *SSL_dup(SSL *ssl);
6849 client2ssl = SSL_dup(clientssl); in test_ssl_dup()6876 clientssl = SSL_dup(client2ssl); in test_ssl_dup()
2040 __owur SSL *SSL_dup(SSL *ssl);