Searched refs:SSL_SESSION_set_ex_data (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_get_ex_new_index.pod | 18 SSL_SESSION_get_ex_new_index, SSL_SESSION_set_ex_data, SSL_SESSION_get_ex_data,
|
/freebsd/secure/lib/libssl/ |
H A D | Version.map | 193 SSL_SESSION_set_ex_data;
|
/freebsd/crypto/openssl/util/ |
H A D | libssl.num | 14 SSL_SESSION_set_ex_data 15 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_sess.c | 127 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 D | ssl.h | 1034 # 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 D | ssl.h.in | 962 # 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 D | tls_openssl.c | 974 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 D | Makefile | 3963 MLINKS+= BIO_get_ex_new_index.3 SSL_SESSION_set_ex_data.3
|