Home
last modified time | relevance | path

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

/PHP-7.1/ext/mcrypt/tests/
H A Dblowfish.phpt32 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 Dbug37595.phpt35 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 Dbug49738.phpt8 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 Dbug67707.phpt8 mcrypt_generic_init($td, 'secret key', NULL);
13 Deprecated: Function mcrypt_generic_init() is deprecated in %s on line %d
H A Dbug41252.phpt2 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 Dbug35496.phpt16 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 Dphp_mcrypt.h55 PHP_FUNCTION(mcrypt_generic_init);
H A Dmcrypt.c222 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 Dmcrypt_filter.c238 result = mcrypt_generic_init(mcrypt_module, key, key_len, iv); in php_mcrypt_filter_create()

Completed in 30 milliseconds