Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dstreamsfuncs.c1517 zend_long cryptokind = 0; in PHP_FUNCTION() local
1527 Z_PARAM_LONG_OR_NULL(cryptokind, cryptokindnull) in PHP_FUNCTION()
1542 cryptokind = Z_LVAL_P(val); in PHP_FUNCTION()
1549 if (php_stream_xport_crypto_setup(stream, cryptokind, sessstream) < 0) { in PHP_FUNCTION()

Completed in 14 milliseconds