Home
last modified time | relevance | path

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

/trueos/crypto/openssl/doc/ssl/
HDSSL_SESSION_get_ex_new_index.pod5 SSL_SESSION_get_ex_new_index, SSL_SESSION_set_ex_data, SSL_SESSION_get_ex_data - internal applicati…
16 int SSL_SESSION_set_ex_data(SSL_SESSION *session, int idx, void *arg);
36 SSL_SESSION_set_ex_data() is used to store application data at B<arg> for B<idx>
HDssl.pod425 =item int B<SSL_SESSION_set_ex_data>(SSL_SESSION *s, int idx, char *arg);
/trueos/secure/lib/libssl/
HDMakefile.man196 MLINKS+= SSL_SESSION_get_ex_new_index.3 SSL_SESSION_set_ex_data.3
/trueos/crypto/openssl/util/
HDssleay.num134 SSL_SESSION_set_ex_data 148 EXIST::FUNCTION:
/trueos/crypto/openssl/ssl/
HDssl.h1527 # define SSL_SESSION_set_app_data(s,a) (SSL_SESSION_set_ex_data(s,0,(char *)a))
2124 int SSL_SESSION_set_ex_data(SSL_SESSION *ss, int idx, void *data);
HDssl_sess.c182 int SSL_SESSION_set_ex_data(SSL_SESSION *s, int idx, void *arg) in SSL_SESSION_set_ex_data() function