Searched refs:SSL_SESSION_get_ex_data (Results 1 – 5 of 5) sorted by relevance
5 SSL_SESSION_get_ex_new_index, SSL_SESSION_set_ex_data, SSL_SESSION_get_ex_data - internal applicati…18 void *SSL_SESSION_get_ex_data(const SSL_SESSION *session, int idx);39 SSL_SESSION_get_ex_data() is used to retrieve the information for B<idx> from
407 =item char *B<SSL_SESSION_get_ex_data>(const SSL_SESSION *s, int idx);
133 SSL_SESSION_get_ex_data 146 EXIST::FUNCTION:
1528 # define SSL_SESSION_get_app_data(s) (SSL_SESSION_get_ex_data(s,0))2125 void *SSL_SESSION_get_ex_data(const SSL_SESSION *ss, int idx);
187 void *SSL_SESSION_get_ex_data(const SSL_SESSION *s, int idx) in SSL_SESSION_get_ex_data() function