Searched refs:mcrypt_generic_init (Results 1 – 9 of 9) sorted by relevance
/PHP-7.1/ext/mcrypt/tests/ |
H A D | blowfish.phpt | 32 mcrypt_generic_init ($td, $key, $null); 50 mcrypt_generic_init( $td, $key, $iv ); 60 Deprecated: Function mcrypt_generic_init() is deprecated in %s%eblowfish.php on line %d 65 Deprecated: Function mcrypt_generic_init() is deprecated in %s%eblowfish.php on line %d 70 Deprecated: Function mcrypt_generic_init() is deprecated in %s%eblowfish.php on line %d 75 Deprecated: Function mcrypt_generic_init() is deprecated in %s%eblowfish.php on line %d 80 Deprecated: Function mcrypt_generic_init() is deprecated in %s%eblowfish.php on line %d 85 Deprecated: Function mcrypt_generic_init() is deprecated in %s%eblowfish.php on line %d 90 Deprecated: Function mcrypt_generic_init() is deprecated in %s%eblowfish.php on line %d 95 Deprecated: Function mcrypt_generic_init() is deprecated in %s%eblowfish.php on line %d [all …]
|
H A D | bug37595.phpt | 35 mcrypt_generic_init($td, $key, $iv); 40 mcrypt_generic_init($td, $key, $iv); 51 Deprecated: Function mcrypt_generic_init() is deprecated in %s%ebug37595.php on line 30 57 Deprecated: Function mcrypt_generic_init() is deprecated in %s%ebug37595.php on line 35 60 Deprecated: Function mcrypt_generic_init() is deprecated in %s%ebug37595.php on line 30 66 Deprecated: Function mcrypt_generic_init() is deprecated in %s%ebug37595.php on line 35 69 Deprecated: Function mcrypt_generic_init() is deprecated in %s%ebug37595.php on line 30 75 Deprecated: Function mcrypt_generic_init() is deprecated in %s%ebug37595.php on line 35 78 Deprecated: Function mcrypt_generic_init() is deprecated in %s%ebug37595.php on line 30 86 Deprecated: Function mcrypt_generic_init() is deprecated in %s%ebug37595.php on line 35 [all …]
|
H A D | bug49738.phpt | 8 mcrypt_generic_init($td, 'aaaaaaaa', 'aaaaaaaa'); 15 Deprecated: Function mcrypt_generic_init() is deprecated in %s%ebug49738.php on line 3 21 Warning: mcrypt_generic(): Operation disallowed prior to mcrypt_generic_init(). in %sbug49738.php o…
|
H A D | bug67707.phpt | 8 mcrypt_generic_init($td, 'secret key', NULL); 13 Deprecated: Function mcrypt_generic_init() is deprecated in %s on line %d
|
H A D | bug41252.phpt | 2 Bug #41252 (Calling mcrypt_generic without first calling mcrypt_generic_init crashes) 16 Warning: mcrypt_generic(): Operation disallowed prior to mcrypt_generic_init(). in %sbug41252.php o…
|
H A D | bug35496.phpt | 16 Warning: mcrypt_generic(): Operation disallowed prior to mcrypt_generic_init(). in %sbug35496.php o… 20 Warning: mdecrypt_generic(): Operation disallowed prior to mcrypt_generic_init(). in %sbug35496.php…
|
/PHP-7.1/ext/mcrypt/ |
H A D | php_mcrypt.h | 55 PHP_FUNCTION(mcrypt_generic_init);
|
H A D | mcrypt.c | 222 PHP_DEP_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() 1305 if (mcrypt_generic_init(td, (void *) key, (int)key_len, (void *) iv) < 0) { in php_mcrypt_do_crypt()
|
H A D | mcrypt_filter.c | 238 result = mcrypt_generic_init(mcrypt_module, key, key_len, iv); in php_mcrypt_filter_create()
|
Completed in 30 milliseconds