Home
last modified time | relevance | path

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

/PHP-5.6/ext/mcrypt/tests/
H A Dbug49738.phpt8 mcrypt_generic_init($td, 'aaaaaaaa', 'aaaaaaaa');
13 Warning: mcrypt_generic(): Operation disallowed prior to mcrypt_generic_init(). in %sbug49738.php o…
H A Dbug41252.phpt2 Bug #41252 (Calling mcrypt_generic without first calling mcrypt_generic_init crashes)
12 Warning: mcrypt_generic(): Operation disallowed prior to mcrypt_generic_init(). in %sbug41252.php o…
H A Dbug35496.phpt12 Warning: mcrypt_generic(): Operation disallowed prior to mcrypt_generic_init(). in %sbug35496.php o…
14 Warning: mdecrypt_generic(): Operation disallowed prior to mcrypt_generic_init(). in %sbug35496.php…
H A Dbug37595.phpt35 mcrypt_generic_init($td, $key, $iv);
40 mcrypt_generic_init($td, $key, $iv);
H A Dblowfish.phpt32 mcrypt_generic_init ($td, $key, $null);
50 mcrypt_generic_init( $td, $key, $iv );
/PHP-5.6/ext/mcrypt/
H A Dphp_mcrypt.h52 PHP_FUNCTION(mcrypt_generic_init);
H A Dmcrypt.c258 PHP_FE(mcrypt_generic_init, arginfo_mcrypt_generic_init)
563 PHP_FUNCTION(mcrypt_generic_init) in PHP_FUNCTION() argument
609 result = mcrypt_generic_init(pm->td, key_s, key_size, iv_s); in PHP_FUNCTION()
1312 if (mcrypt_generic_init(td, (void *) key, key_len, (void *) iv) < 0) { in php_mcrypt_do_crypt()
H A Dmcrypt_filter.c236 result = mcrypt_generic_init(mcrypt_module, key, key_len, iv); in php_mcrypt_filter_create()

Completed in 12 milliseconds