Home
last modified time | relevance | path

Searched refs:SSL_SESSION_set_ex_data (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBIO_get_ex_new_index.pod18 SSL_SESSION_get_ex_new_index, SSL_SESSION_set_ex_data, SSL_SESSION_get_ex_data,
/freebsd/secure/lib/libssl/
H A DVersion.map193 SSL_SESSION_set_ex_data;
/freebsd/crypto/openssl/util/
H A Dlibssl.num14 SSL_SESSION_set_ex_data 15 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/ssl/
H A Dssl_sess.c127 int SSL_SESSION_set_ex_data(SSL_SESSION *s, int idx, void *arg) in SSL_SESSION_set_ex_data() function
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1034 # define SSL_SESSION_set_app_data(s,a) (SSL_SESSION_set_ex_data(s,0, \
2172 __owur int SSL_SESSION_set_ex_data(SSL_SESSION *ss, int idx, void *data);
H A Dssl.h.in962 # define SSL_SESSION_set_app_data(s,a) (SSL_SESSION_set_ex_data(s,0, \
2100 __owur int SSL_SESSION_set_ex_data(SSL_SESSION *ss, int idx, void *data);
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c974 SSL_SESSION_set_ex_data(sess, tls_ex_idx_session, NULL); in remove_session_cb()
5929 SSL_SESSION_set_ex_data(sess, tls_ex_idx_session, data) != 1) in tls_connection_set_success_data()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3963 MLINKS+= BIO_get_ex_new_index.3 SSL_SESSION_set_ex_data.3