Searched refs:SSL_dup (Results 1 – 11 of 11) 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 internal99 SSL_dup() is not supported on QUIC SSL objects and returns NULL if called on
226 SSL_dup;
386 dbs->ssl = SSL_dup(ssl); in ssl_ctrl()
5159 SSL *SSL_dup(SSL *s) in SSL_dup() function
199 SSL_dup 200 3_0_0 EXIST::FUNCTION:
146 | `SSL_dup` | Object | U | A | FC | Done …988 ### What should `SSL_dup` and `SSL_clear` do?
902 if (!TEST_ptr_null(SSL_dup(ssl))) in test_quic_forbidden_options()
10343 client2ssl = SSL_dup(clientssl); in test_ssl_dup()10370 clientssl = SSL_dup(client2ssl); in test_ssl_dup()
2156 __owur SSL *SSL_dup(SSL *ssl);
2109 __owur SSL *SSL_dup(SSL *ssl);
4079 MLINKS+= SSL_new.3 SSL_dup.3