Home
last modified time | relevance | path

Searched refs:crypto_method (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/main/streams/
H A Dphp_stream_transport.h180 …port_crypto_setup(php_stream *stream, php_stream_xport_crypt_method_t crypto_method, php_stream *s…
H A Dtransports.c354 …port_crypto_setup(php_stream *stream, php_stream_xport_crypt_method_t crypto_method, php_stream *s… in php_stream_xport_crypto_setup() argument
361 param.inputs.method = crypto_method; in php_stream_xport_crypto_setup()
/PHP-5.5/ext/soap/
H A Dphp_http.c281 int crypto_method = STREAM_CRYPTO_METHOD_SSLv23_CLIENT; in http_connect() local
286 crypto_method = STREAM_CRYPTO_METHOD_TLS_CLIENT; in http_connect()
290 crypto_method = STREAM_CRYPTO_METHOD_SSLv2_CLIENT; in http_connect()
294 crypto_method = STREAM_CRYPTO_METHOD_SSLv3_CLIENT; in http_connect()
298 crypto_method = STREAM_CRYPTO_METHOD_SSLv23_CLIENT; in http_connect()
302 crypto_method = STREAM_CRYPTO_METHOD_TLS_CLIENT; in http_connect()
306 if (php_stream_xport_crypto_setup(stream, crypto_method, NULL TSRMLS_CC) < 0 || in http_connect()

Completed in 16 milliseconds