Home
last modified time | relevance | path

Searched refs:STREAM_CRYPTO_METHOD_TLS_CLIENT (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/openssl/tests/
H A Dstream_crypto_flags_001.phpt47 stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLS_CLIENT);
H A Dstream_crypto_flags_002.phpt54 stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLS_CLIENT);
/php-src/ext/standard/
H A Dfile.stub.php166 const STREAM_CRYPTO_METHOD_TLS_CLIENT = UNKNOWN; define
H A Dfile_arginfo.h36 …REGISTER_LONG_CONSTANT("STREAM_CRYPTO_METHOD_TLS_CLIENT", STREAM_CRYPTO_METHOD_TLS_CLIENT, CONST_P… in register_file_symbols()
/php-src/main/streams/
H A Dphp_stream_transport.h174 STREAM_CRYPTO_METHOD_TLS_CLIENT = ((1 << 3) | (1 << 4) | (1 << 5) | (1 << 6) | 1), enumerator
/php-src/ext/soap/
H A Dphp_http.c282 crypto_method = STREAM_CRYPTO_METHOD_TLS_CLIENT; in http_connect()
298 crypto_method = STREAM_CRYPTO_METHOD_TLS_CLIENT; in http_connect()
/php-src/ext/mysqlnd/
H A Dmysqlnd_vio.c590 if (php_stream_xport_crypto_setup(net_stream, STREAM_CRYPTO_METHOD_TLS_CLIENT, NULL) < 0 || in MYSQLND_METHOD()

Completed in 14 milliseconds