Searched refs:mcrypt_generic (Results 1 – 9 of 9) sorted by relevance
/PHP-5.3/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 | 31 $guess = mcrypt_generic ($td, $plain); 49 $guess = bin2hex( mcrypt_generic( $td, $plain ) );
|
/PHP-5.3/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, 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 | 53 PHP_FUNCTION(mcrypt_generic);
|
H A D | mcrypt.c | 258 PHP_FE(mcrypt_generic, arginfo_mcrypt_generic) 655 PHP_FUNCTION(mcrypt_generic) in PHP_FUNCTION() argument 690 mcrypt_generic(pm->td, data_s, data_size); in PHP_FUNCTION() 1256 mcrypt_generic(td, data_s, data_size); in php_mcrypt_do_crypt()
|
/PHP-5.3/ |
H A D | NEWS | 5911 - Fixed bug #35496 (Crash in mcrypt_generic()/mdecrypt_generic() without
|
Completed in 40 milliseconds