Searched refs:SSL_get_ex_data (Results 1 – 5 of 5) 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);
487 =item char *B<SSL_get_ex_data>(const SSL *ssl, int idx);
989 #define SSL_get_app_data(s) (SSL_get_ex_data(s,0))1455 void *SSL_get_ex_data(const SSL *ssl,int idx);
2458 void *SSL_get_ex_data(const SSL *s,int idx) in SSL_get_ex_data() function