Searched refs:SSL_get1_session (Results 1 – 19 of 19) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | SSL_get_session.pod | 5 SSL_get_session, SSL_get0_session, SSL_get1_session - retrieve TLS/SSL session data 13 SSL_SESSION *SSL_get1_session(SSL *ssl); 23 SSL_get1_session() is the same as SSL_get_session(), but the reference 70 If the data is to be kept, SSL_get1_session() will increment the reference
|
| H A D | SSL_SESSION_free.pod | 54 by calling SSL_get1_session(), see L<SSL_get_session(3)>)
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | SSL_get_session.pod | 5 SSL_get_session, SSL_get0_session, SSL_get1_session - retrieve TLS/SSL session data 13 SSL_SESSION *SSL_get1_session(SSL *ssl); 23 SSL_get1_session() is the same as SSL_get_session(), but the reference 70 If the data is to be kept, SSL_get1_session() will increment the reference
|
| H A D | SSL_SESSION_free.pod | 54 by calling SSL_get1_session(), see L<SSL_get_session(3)>)
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
| H A D | sslapitest.c | 446 sess = SSL_get1_session(clientssl); in test_keylog_no_master_key() 612 || !TEST_ptr(sess = SSL_get1_session(clientssl))) in test_ccs_change_cipher() 1202 || !TEST_ptr(sess1 = SSL_get1_session(clientssl1))) in execute_test_session() 1245 if (!TEST_ptr(sess1 = SSL_get1_session(clientssl2))) in execute_test_session() 1257 if (!TEST_ptr(sess2 = SSL_get1_session(clientssl2))) in execute_test_session() 1352 || !TEST_ptr(sess1 = SSL_get1_session(clientssl1)) in execute_test_session() 1353 || !TEST_ptr(sess2 = SSL_get1_session(serverssl1))) in execute_test_session() 2386 *sess = SSL_get1_session(*clientssl); in setupearly_data_test() 2548 sess = SSL_get1_session(clientssl); in test_early_data_read_write() 3542 clntsess = SSL_get1_session(clientssl); in test_ciphersuite_change() [all …]
|
| H A D | dtlstest.c | 171 || !TEST_ptr(sess = SSL_get1_session(clientssl))) in test_dtls_drop_records()
|
| H A D | tls13ccstest.c | 306 sess = SSL_get1_session(cssl); in test_tls13ccs()
|
| H A D | handshake_helper.c | 1696 *session_out = SSL_get1_session(client.ssl); in do_handshake_internal()
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/ |
| H A D | ssl.map | 241 SSL_get1_session;
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libssl/ |
| H A D | ssl.map | 319 SSL_get1_session;
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | tls13ccstest.c | 306 sess = SSL_get1_session(cssl); in test_tls13ccs()
|
| H A D | dtlstest.c | 229 || !TEST_ptr(sess = SSL_get1_session(clientssl))) in test_dtls_drop_records()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
| H A D | ssl_sess.c | 38 SSL_SESSION *SSL_get1_session(SSL *ssl) in SSL_get1_session() function
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
| H A D | libssl.num | 67 SSL_get1_session 68 1_1_0 EXIST::FUNCTION:
|
| /netbsd-src/crypto/external/bsd/openssl/dist/util/ |
| H A D | libssl.num | 67 SSL_get1_session 68 3_0_0 EXIST::FUNCTION:
|
| /netbsd-src/external/mpl/bind/dist/lib/isc/ |
| H A D | tls.c | 1668 sess = SSL_get1_session(tls);
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| H A D | ssl.h | 2000 __owur SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
|
| /netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
| H A D | ssl.h.in | 2071 __owur SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ |
| H A D | CHANGES | 11920 *) SSL_get1_session() is like SSL_get_session(), but increments
|