Lines Matching defs:ctx
111 SSL_CTX *ctx; member
138 SSL_CTX *ctx; member
262 static int verify_callback(int preverify_ok, X509_STORE_CTX *ctx) /* {{{ */ in verify_callback()
833 static int enable_peer_verification(SSL_CTX *ctx, php_stream *stream) /* {{{ */ in enable_peer_verification()
887 static void disable_peer_verification(SSL_CTX *ctx, php_stream *stream) /* {{{ */ in disable_peer_verification()
893 static int set_local_cert(SSL_CTX *ctx, php_stream *stream) /* {{{ */ in set_local_cert()
1157 static int set_server_dh_param(php_stream * stream, SSL_CTX *ctx) /* {{{ */ in set_server_dh_param()
1203 static int set_server_ecdh_curve(php_stream *stream, SSL_CTX *ctx) /* {{{ */ in set_server_ecdh_curve()
1240 static int set_server_specific_opts(php_stream *stream, SSL_CTX *ctx) /* {{{ */ in set_server_specific_opts()
1316 SSL_CTX *ctx; in enable_server_sni() local
2485 static zend_long get_crypto_method(php_stream_context *ctx, zend_long crypto_method) in get_crypto_method()