Home
last modified time | relevance | path

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

/PHP-7.0/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 Dbug67707.phpt8 mcrypt_generic_init($td, 'secret key', NULL);
H A Dblowfish.phpt32 mcrypt_generic_init ($td, $key, $null);
50 mcrypt_generic_init( $td, $key, $iv );
/PHP-7.0/ext/mcrypt/
H A Dphp_mcrypt.h55 PHP_FUNCTION(mcrypt_generic_init);
H A Dmcrypt.c222 PHP_FE(mcrypt_generic_init, arginfo_mcrypt_generic_init)
535 PHP_FUNCTION(mcrypt_generic_init) in PHP_FUNCTION() argument
585 result = mcrypt_generic_init(pm->td, key_s, key_size, iv_s); in PHP_FUNCTION()
1303 if (mcrypt_generic_init(td, (void *) key, (int)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 13 milliseconds