Lines Matching refs:raw_output

352 …zval *return_value, zend_string *algo, char *data, size_t data_len, zend_bool raw_output, bool isf…  in php_hash_do_hash()  argument
399 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()
429 php_hash_do_hash(return_value, algo, data, data_len, raw_output, 0); in PHP_FUNCTION()
440 zend_bool raw_output = 0; in PHP_FUNCTION() local
446 Z_PARAM_BOOL(raw_output) in PHP_FUNCTION()
449 php_hash_do_hash(return_value, algo, data, data_len, raw_output, 1); in PHP_FUNCTION()
489 …algo, char *data, size_t data_len, char *key, size_t key_len, zend_bool raw_output, bool isfilename in php_hash_do_hash_hmac() argument
552 if (raw_output) { in php_hash_do_hash_hmac()
573 zend_bool raw_output = 0; in PHP_FUNCTION() local
575 …eters(ZEND_NUM_ARGS(), "Sss|b", &algo, &data, &data_len, &key, &key_len, &raw_output) == FAILURE) { in PHP_FUNCTION()
579 php_hash_do_hash_hmac(return_value, algo, data, data_len, key, key_len, raw_output, 0); in PHP_FUNCTION()
590 zend_bool raw_output = 0; in PHP_FUNCTION() local
592 …eters(ZEND_NUM_ARGS(), "Sss|b", &algo, &data, &data_len, &key, &key_len, &raw_output) == FAILURE) { in PHP_FUNCTION()
596 php_hash_do_hash_hmac(return_value, algo, data, data_len, key, key_len, raw_output, 1); in PHP_FUNCTION()
771 zend_bool raw_output = 0; in PHP_FUNCTION() local
775 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|b", &zhash, php_hashcontext_ce, &raw_output) == FAIL… in PHP_FUNCTION()
811 if (raw_output) { in PHP_FUNCTION()
980 zend_bool raw_output = 0; in PHP_FUNCTION() local
984 …sl|lb", &algo, &pass, &pass_len, &salt, &salt_len, &iterations, &length, &raw_output) == FAILURE) { in PHP_FUNCTION()
1025 if (!raw_output) { in PHP_FUNCTION()
1030 if (!raw_output) { in PHP_FUNCTION()
1084 if (raw_output) { in PHP_FUNCTION()