Home
last modified time | relevance | path

Searched refs:mcrypt_generic (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/ext/mcrypt/tests/
H A Dbug41252.phpt2 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 Dbug35496.phpt2 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 Dbug37595.phpt2 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 Dbug49738.phpt10 echo mcrypt_generic($td, 'aaaaaaaa');
13 Warning: mcrypt_generic(): Operation disallowed prior to mcrypt_generic_init(). in %sbug49738.php o…
H A Dblowfish.phpt33 $guess = mcrypt_generic ($td, $plain);
51 $guess = bin2hex( mcrypt_generic( $td, $plain ) );
/PHP-5.5/ext/mcrypt/
H A Dmcrypt_filter.c75 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 Dphp_mcrypt.h53 PHP_FUNCTION(mcrypt_generic);
H A Dmcrypt.c258 PHP_FE(mcrypt_generic, arginfo_mcrypt_generic)
670 PHP_FUNCTION(mcrypt_generic) in PHP_FUNCTION() argument
709 mcrypt_generic(pm->td, data_s, data_size); in PHP_FUNCTION()
1279 mcrypt_generic(td, data_s, data_size); in php_mcrypt_do_crypt()
/PHP-5.5/
H A DNEWS8961 - Fixed bug #35496 (Crash in mcrypt_generic()/mdecrypt_generic() without

Completed in 46 milliseconds