Lines Matching refs:raw_output

359 …zval *return_value, zend_string *algo, char *data, size_t data_len, bool raw_output, bool isfilena…  in php_hash_do_hash()  argument
406 if (raw_output) { in php_hash_do_hash()
427 bool raw_output = 0; in PHP_FUNCTION() local
434 Z_PARAM_BOOL(raw_output) in PHP_FUNCTION()
438 php_hash_do_hash(return_value, algo, data, data_len, raw_output, 0, args); in PHP_FUNCTION()
449 bool raw_output = 0; in PHP_FUNCTION() local
456 Z_PARAM_BOOL(raw_output) in PHP_FUNCTION()
460 php_hash_do_hash(return_value, algo, data, data_len, raw_output, 1, args); in PHP_FUNCTION()
500 …ing *algo, char *data, size_t data_len, char *key, size_t key_len, bool raw_output, bool isfilename in php_hash_do_hash_hmac() argument
563 if (raw_output) { in php_hash_do_hash_hmac()
584 bool raw_output = 0; in PHP_FUNCTION() local
586 …eters(ZEND_NUM_ARGS(), "Sss|b", &algo, &data, &data_len, &key, &key_len, &raw_output) == FAILURE) { in PHP_FUNCTION()
590 php_hash_do_hash_hmac(return_value, algo, data, data_len, key, key_len, raw_output, 0); in PHP_FUNCTION()
601 bool raw_output = 0; in PHP_FUNCTION() local
603 …eters(ZEND_NUM_ARGS(), "Sss|b", &algo, &data, &data_len, &key, &key_len, &raw_output) == FAILURE) { in PHP_FUNCTION()
607 php_hash_do_hash_hmac(return_value, algo, data, data_len, key, key_len, raw_output, 1); in PHP_FUNCTION()
783 bool raw_output = 0; in PHP_FUNCTION() local
787 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|b", &zhash, php_hashcontext_ce, &raw_output) == FAIL… in PHP_FUNCTION()
823 if (raw_output) { in PHP_FUNCTION()
996 bool raw_output = 0; in PHP_FUNCTION() local
1001 …bh", &algo, &pass, &pass_len, &salt, &salt_len, &iterations, &length, &raw_output, &args) == FAILU… in PHP_FUNCTION()
1042 if (!raw_output) { in PHP_FUNCTION()
1047 if (!raw_output) { in PHP_FUNCTION()
1101 if (raw_output) { in PHP_FUNCTION()