Searched refs:SSL_get_ex_data (Results 1 – 6 of 6) 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);
502 =item char *B<SSL_get_ex_data>(const SSL *ssl, int idx);
136 SSL_get_ex_data 151 EXIST::FUNCTION:
1526 # define SSL_get_app_data(s) (SSL_get_ex_data(s,0))2120 void *SSL_get_ex_data(const SSL *ssl, int idx);
3035 void *SSL_get_ex_data(const SSL *s, int idx) in SSL_get_ex_data() function