Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_SESSION_get_ex_data.pod5 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 DVersion.map194 SSL_SESSION_set_ex_data;
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_sess.c55 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 Dssl.h966 # 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 Dssl.pod448 =item int B<SSL_SESSION_set_ex_data>(SSL_SESSION *s, int idx, char *arg);
/freebsd-13.1/contrib/wpa/src/crypto/
H A Dtls_openssl.c948 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 DMakefile2742 MLINKS+= SSL_SESSION_get_ex_data.3 SSL_SESSION_set_ex_data.3