Searched refs:SSL_CTX_get_ex_data (Results 1 – 3 of 3) sorted by relevance
333 self = static_cast<TlsStream::TlsStreamImpl*>(SSL_CTX_get_ex_data( in OnCertVerifyResultsStatic()
2570 OPENSSL_EXPORT void *SSL_CTX_get_ex_data(const SSL_CTX *ctx, int idx);3079 #define SSL_CTX_get_app_data(ctx) (SSL_CTX_get_ex_data(ctx, 0))
2037 void *SSL_CTX_get_ex_data(const SSL_CTX *ctx, int idx) { in SSL_CTX_get_ex_data() function