Home | History | Annotate | Download | only in openssl

Lines Matching refs:SSL_CTX_get_ex_data

3005 OPENSSL_EXPORT void *SSL_CTX_get_ex_data(const SSL_CTX *ctx, int idx);
3647 #define SSL_CTX_get_app_data(ctx) (SSL_CTX_get_ex_data(ctx, 0))