Home
last modified time | relevance | path

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

/PHP-8.0/ext/hash/
H A Dhash.c399 if (raw_output) { in php_hash_do_hash()
420 zend_bool raw_output = 0; in PHP_FUNCTION() local
426 Z_PARAM_BOOL(raw_output) in PHP_FUNCTION()
440 zend_bool raw_output = 0; in PHP_FUNCTION() local
446 Z_PARAM_BOOL(raw_output) in PHP_FUNCTION()
552 if (raw_output) { in php_hash_do_hash_hmac()
573 zend_bool raw_output = 0; in PHP_FUNCTION() local
811 if (raw_output) { in PHP_FUNCTION()
1025 if (!raw_output) { in PHP_FUNCTION()
1030 if (!raw_output) { in PHP_FUNCTION()
[all …]
/PHP-8.0/ext/standard/
H A Dmd5.c45 zend_bool raw_output = 0; in PHP_FUNCTION() local
52 Z_PARAM_BOOL(raw_output) in PHP_FUNCTION()
58 if (raw_output) { in PHP_FUNCTION()
73 zend_bool raw_output = 0; in PHP_FUNCTION() local
83 Z_PARAM_BOOL(raw_output) in PHP_FUNCTION()
109 if (raw_output) { in PHP_FUNCTION()
H A Dsha1.c33 zend_bool raw_output = 0; in PHP_FUNCTION() local
40 Z_PARAM_BOOL(raw_output) in PHP_FUNCTION()
46 if (raw_output) { in PHP_FUNCTION()
63 zend_bool raw_output = 0; in PHP_FUNCTION() local
73 Z_PARAM_BOOL(raw_output) in PHP_FUNCTION()
91 if (raw_output) { in PHP_FUNCTION()
/PHP-8.0/ext/openssl/
H A Dopenssl.c1982 zend_bool raw_output = 0; in PHP_FUNCTION() local
1991 Z_PARAM_BOOL(raw_output) in PHP_FUNCTION()
2000 fingerprint = php_openssl_x509_fingerprint(cert, method, raw_output); in PHP_FUNCTION()
6924 zend_bool raw_output = 0; in PHP_FUNCTION() local
6932 …ameters(ZEND_NUM_ARGS(), "ss|b", &data, &data_len, &method, &method_len, &raw_output) == FAILURE) { in PHP_FUNCTION()
6948 if (raw_output) { in PHP_FUNCTION()

Completed in 46 milliseconds