Searched refs:SSL_get_ex_data (Results 1 – 7 of 7) sorted by relevance
5 SSL_get_ex_new_index, SSL_set_ex_data, SSL_get_ex_data - internal application specific data functio…18 void *SSL_get_ex_data(const SSL *ssl, int idx);39 SSL_get_ex_data() is used to retrieve the information for B<idx> from
207 mydata = SSL_get_ex_data(ssl, mydata_index);
506 =item char *B<SSL_get_ex_data>(const SSL *ssl, int idx);
268 MLINKS+= SSL_get_ex_new_index.3 SSL_get_ex_data.3
136 SSL_get_ex_data 151 EXIST::FUNCTION:
1709 # define SSL_get_app_data(s) (SSL_get_ex_data(s,0))2460 void *SSL_get_ex_data(const SSL *ssl, int idx);
3259 void *SSL_get_ex_data(const SSL *s, int idx) in SSL_get_ex_data() function