Searched refs:SSL_SESSION_set_ex_data (Results 1 – 9 of 9) 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/ssl/ |
| H A D | ssl_sess.c | 92 int SSL_SESSION_set_ex_data(SSL_SESSION *s, int idx, void *arg) in SSL_SESSION_set_ex_data() function
|
| /freebsd/crypto/openssl/util/ |
| H A D | libssl.num | 14 SSL_SESSION_set_ex_data 15 3_0_0 EXIST::FUNCTION:
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 1033 #define SSL_SESSION_set_app_data(s, a) (SSL_SESSION_set_ex_data(s, 0, \ 2222 __owur int SSL_SESSION_set_ex_data(SSL_SESSION *ss, int idx, void *data);
|
| H A D | ssl.h.in | 986 #define SSL_SESSION_set_app_data(s, a) (SSL_SESSION_set_ex_data(s, 0, \ 2175 __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/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-api-ssl-funcs.md | 487 | `SSL_SESSION_set_ex_data` | HL | U | A | NC\* | Done …
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 945 MLINKS+= BIO_get_ex_new_index.3 SSL_SESSION_set_ex_data.3
|