Searched refs:SSL_SESSION_set_ex_data (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | SSL_SESSION_get_ex_data.pod | 5 SSL_SESSION_set_ex_data, 13 int SSL_SESSION_set_ex_data(SSL_SESSION *ss, int idx, void *data); 18 SSL_SESSION_set_ex_data() enables an application to store arbitrary application 28 SSL_SESSION_set_ex_data() returns 1 for success or 0 for failure.
|
| /freebsd-13.1/secure/lib/libssl/ |
| H A D | Version.map | 194 SSL_SESSION_set_ex_data;
|
| /freebsd-13.1/crypto/openssl/ssl/ |
| H A D | ssl_sess.c | 55 int SSL_SESSION_set_ex_data(SSL_SESSION *s, int idx, void *arg) in SSL_SESSION_set_ex_data() function
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 966 # define SSL_SESSION_set_app_data(s,a) (SSL_SESSION_set_ex_data(s,0, \ 2023 __owur int SSL_SESSION_set_ex_data(SSL_SESSION *ss, int idx, void *data);
|
| /freebsd-13.1/crypto/openssl/doc/man7/ |
| H A D | ssl.pod | 448 =item int B<SSL_SESSION_set_ex_data>(SSL_SESSION *s, int idx, char *arg);
|
| /freebsd-13.1/contrib/wpa/src/crypto/ |
| H A D | tls_openssl.c | 948 SSL_SESSION_set_ex_data(sess, tls_ex_idx_session, NULL); in remove_session_cb() 5679 if (SSL_SESSION_set_ex_data(sess, tls_ex_idx_session, data) != 1) in tls_connection_set_success_data()
|
| /freebsd-13.1/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 2742 MLINKS+= SSL_SESSION_get_ex_data.3 SSL_SESSION_set_ex_data.3
|