Home
last modified time | relevance | path

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

/PHP-7.4/ext/hash/
H A Dhash.c170 if (raw_output) { in php_hash_do_hash()
312 if (raw_output) { in php_hash_do_hash_hmac()
521 zend_bool raw_output = 0; in PHP_FUNCTION() local
561 if (raw_output) { in PHP_FUNCTION()
730 zend_bool raw_output = 0; in PHP_FUNCTION() local
779 if (!raw_output) { in PHP_FUNCTION()
784 if (!raw_output) { in PHP_FUNCTION()
838 if (raw_output) { in PHP_FUNCTION()
1309 ZEND_ARG_INFO(0, raw_output)
1314 ZEND_ARG_INFO(0, raw_output)
[all …]
H A Dhash_md.c111 zend_bool raw_output = 0; in PHP_NAMED_FUNCTION() local
115 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|b", &arg, &arg_len, &raw_output) == FAILURE) { in PHP_NAMED_FUNCTION()
122 if (raw_output) { in PHP_NAMED_FUNCTION()
138 zend_bool raw_output = 0; in PHP_NAMED_FUNCTION() local
145 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|b", &arg, &arg_len, &raw_output) == FAILURE) { in PHP_NAMED_FUNCTION()
168 if (raw_output) { in PHP_NAMED_FUNCTION()
H A Dhash_sha.c92 zend_bool raw_output = 0; in PHP_FUNCTION() local
96 if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|b", &arg, &arg_len, &raw_output) == FAILURE) { in PHP_FUNCTION()
103 if (raw_output) { in PHP_FUNCTION()
120 zend_bool raw_output = 0; in PHP_FUNCTION() local
127 if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|b", &arg, &arg_len, &raw_output) == FAILURE) { in PHP_FUNCTION()
150 if (raw_output) { in PHP_FUNCTION()
/PHP-7.4/ext/standard/tests/strings/
H A Dmd5_basic1.phpt5 /* Prototype : string md5 ( string $str [, bool $raw_output= false ] )
H A Dmd5_basic2.phpt5 /* Prototype : string md5 ( string $str [, bool $raw_output= false ] )
H A Dsha1_basic.phpt6 /* Prototype: string sha1 ( string $str [, bool $raw_output ] )
H A Dmd5_file.phpt6 /* Prototype: string md5_file( string filename[, bool raw_output] )
H A Dsha1_file.phpt6 /* Prototype: string sha1_file( string filename[, bool raw_output] )
/PHP-7.4/ext/standard/
H A Dmd5.c48 zend_bool raw_output = 0; in PHP_NAMED_FUNCTION() local
55 Z_PARAM_BOOL(raw_output) in PHP_NAMED_FUNCTION()
61 if (raw_output) { in PHP_NAMED_FUNCTION()
77 zend_bool raw_output = 0; in PHP_NAMED_FUNCTION() local
87 Z_PARAM_BOOL(raw_output) in PHP_NAMED_FUNCTION()
113 if (raw_output) { in PHP_NAMED_FUNCTION()
H A Dsha1.c36 zend_bool raw_output = 0; in PHP_FUNCTION() local
43 Z_PARAM_BOOL(raw_output) in PHP_FUNCTION()
49 if (raw_output) { in PHP_FUNCTION()
67 zend_bool raw_output = 0; in PHP_FUNCTION() local
77 Z_PARAM_BOOL(raw_output) in PHP_FUNCTION()
95 if (raw_output) { in PHP_FUNCTION()
H A Dbasic_functions.c1777 ZEND_ARG_INFO(0, raw_output)
1782 ZEND_ARG_INFO(0, raw_output)
1919 ZEND_ARG_INFO(0, raw_output)
1924 ZEND_ARG_INFO(0, raw_output)
/PHP-7.4/ext/hash/tests/
H A Dhash_file_basic.phpt7 /* Prototype : string hash_file(string algo, string filename[, bool raw_output = false])
H A Dhash_error.phpt6 /* Prototype : string hash ( string $algo , string $data [, bool $raw_output ] )
H A Dhash_pbkdf2_basic.phpt6 …hash_hmac(string $algo, string $data, string $key [, int $length = 0 [, bool $raw_output = false]])
H A Dhash_file_error.phpt7 /* Prototype : string hash_file(string algo, string filename[, bool raw_output = false])
H A Dhash_hmac_basic.phpt6 …totype : string hash_hmac ( string $algo , string $data , string $key [, bool $raw_output ] )
H A Dhash_hmac_error.phpt6 * proto string hash_hmac ( string algo, string data, string key [, bool raw_output] )
H A Dhash_hmac_file_error.phpt6 /* Prototype : string hash_hmac_file ( string algo, string filename, string key [, bool raw_output
H A Dhash_file_basic1.phpt6 /* Prototype : string hash_file ( string algo, string filename [, bool raw_output] )
H A Dhash_hmac_file_basic.phpt7 /* Prototype : string hash_hmac_file ( string algo, string filename, string key [, bool raw_output
H A Dhash_pbkdf2_error.phpt6 …ing algo, string password, string salt, int iterations [, int length = 0, bool raw_output = false])
/PHP-7.4/ext/openssl/
H A Dopenssl.c149 ZEND_ARG_INFO(0, raw_output)
405 ZEND_ARG_INFO(0, raw_output)
2192 zend_bool raw_output = 0; in PHP_FUNCTION() local
2197 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|sb", &zcert, &method, &method_len, &raw_output) == F… in PHP_FUNCTION()
2207 fingerprint = php_openssl_x509_fingerprint(cert, method, raw_output); in PHP_FUNCTION()
6439 zend_bool raw_output = 0; in PHP_FUNCTION() local
6447 …ameters(ZEND_NUM_ARGS(), "ss|b", &data, &data_len, &method, &method_len, &raw_output) == FAILURE) { in PHP_FUNCTION()
6463 if (raw_output) { in PHP_FUNCTION()

Completed in 62 milliseconds