Home
last modified time | relevance | path

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

/PHP-7.0/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-7.0/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, (int)bucket->buflen); in php_mcrypt_filter()
109 mcrypt_generic(data->module, data->block_buffer, data->blocksize); in php_mcrypt_filter()
H A Dphp_mcrypt.h56 PHP_FUNCTION(mcrypt_generic);
H A Dmcrypt.c223 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 14 milliseconds