Searched refs:mcrypt_generic (Results 1 – 8 of 8) sorted by relevance
/PHP-7.0/ext/mcrypt/tests/ |
H A D | bug41252.phpt | 2 Bug #41252 (Calling mcrypt_generic without first calling mcrypt_generic_init crashes) 8 echo mcrypt_generic($td,'aaaaaaaa'); 12 Warning: mcrypt_generic(): Operation disallowed prior to mcrypt_generic_init(). in %sbug41252.php o…
|
H A D | bug35496.phpt | 2 Bug #35496 (Crash in mcrypt_generic()/mdecrypt_generic() without proper init). 8 mcrypt_generic($td, "foobar"); 12 Warning: mcrypt_generic(): Operation disallowed prior to mcrypt_generic_init(). in %sbug35496.php o…
|
H A D | bug37595.phpt | 2 Bug #37595 (mcrypt_generic calculates data length in wrong way) 36 $enc = mcrypt_generic($td, $val); 53 Warning: mcrypt_generic(): An empty string was passed in %s on line %d
|
H A D | bug49738.phpt | 10 echo mcrypt_generic($td, 'aaaaaaaa'); 13 Warning: mcrypt_generic(): Operation disallowed prior to mcrypt_generic_init(). in %sbug49738.php o…
|
H A D | blowfish.phpt | 33 $guess = mcrypt_generic ($td, $plain); 51 $guess = bin2hex( mcrypt_generic( $td, $plain ) );
|
/PHP-7.0/ext/mcrypt/ |
H A D | mcrypt_filter.c | 75 mcrypt_generic(data->module, outchunk + n, data->blocksize); in php_mcrypt_filter() 94 mcrypt_generic(data->module, bucket->buf, (int)bucket->buflen); in php_mcrypt_filter() 109 mcrypt_generic(data->module, data->block_buffer, data->blocksize); in php_mcrypt_filter()
|
H A D | php_mcrypt.h | 56 PHP_FUNCTION(mcrypt_generic);
|
H A D | mcrypt.c | 223 PHP_FE(mcrypt_generic, arginfo_mcrypt_generic) 615 PHP_FUNCTION(mcrypt_generic) in PHP_FUNCTION() argument 660 mcrypt_generic(pm->td, ZSTR_VAL(data_str), data_size); in PHP_FUNCTION() 1311 mcrypt_generic(td, data_s, (int)data_size); in php_mcrypt_do_crypt()
|
Completed in 18 milliseconds