Home
last modified time | relevance | path

Searched refs:SSL_get1_session (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_get_session.pod5 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 DSSL_SESSION_free.pod54 by calling SSL_get1_session(), see L<SSL_get_session(3)>)
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_get_session.pod5 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 DSSL_SESSION_free.pod54 by calling SSL_get1_session(), see L<SSL_get_session(3)>)
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c446 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 Ddtlstest.c171 || !TEST_ptr(sess = SSL_get1_session(clientssl))) in test_dtls_drop_records()
H A Dtls13ccstest.c306 sess = SSL_get1_session(cssl); in test_tls13ccs()
H A Dhandshake_helper.c1696 *session_out = SSL_get1_session(client.ssl); in do_handshake_internal()
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map241 SSL_get1_session;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map319 SSL_get1_session;
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dtls13ccstest.c306 sess = SSL_get1_session(cssl); in test_tls13ccs()
H A Ddtlstest.c229 || !TEST_ptr(sess = SSL_get1_session(clientssl))) in test_dtls_drop_records()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_sess.c38 SSL_SESSION *SSL_get1_session(SSL *ssl) in SSL_get1_session() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibssl.num67 SSL_get1_session 68 1_1_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dlibssl.num67 SSL_get1_session 68 3_0_0 EXIST::FUNCTION:
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dtls.c1668 sess = SSL_get1_session(tls);
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h2000 __owur SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in2071 __owur SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DCHANGES11920 *) SSL_get1_session() is like SSL_get_session(), but increments