Searched refs:SSL_CTX_get_ex_data (Results 1 – 4 of 4) sorted by relevance
5 SSL_CTX_get_ex_new_index, SSL_CTX_set_ex_data, SSL_CTX_get_ex_data - internal application specific …18 void *SSL_CTX_get_ex_data(const SSL_CTX *ctx, int idx);39 SSL_CTX_get_ex_data() is used to retrieve the information for B<idx> from
232 =item char *B<SSL_CTX_get_ex_data>(const SSL_CTX *s, int idx);
992 #define SSL_CTX_get_app_data(ctx) (SSL_CTX_get_ex_data(ctx,0))1465 void *SSL_CTX_get_ex_data(const SSL_CTX *ssl,int idx);
2475 void *SSL_CTX_get_ex_data(const SSL_CTX *s,int idx) in SSL_CTX_get_ex_data() function