Home
last modified time | relevance | path

Searched refs:mcrypt_cbc (Results 1 – 16 of 16) sorted by relevance

/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_cbc_variation1.phpt2 Test mcrypt_cbc() function : usage variation
17 echo "*** Testing mcrypt_cbc() : usage variation ***\n";
124 *** Testing mcrypt_cbc() : usage variation ***
127 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
132 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
137 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
142 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
147 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
152 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
157 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
[all …]
H A Dmcrypt_cbc_variation5.phpt2 Test mcrypt_cbc() function : usage variation
17 echo "*** Testing mcrypt_cbc() : usage variation ***\n";
124 *** Testing mcrypt_cbc() : usage variation ***
127 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
132 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
137 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
142 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
147 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
152 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
157 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
[all …]
H A Dmcrypt_cbc_error.phpt2 Test mcrypt_cbc() function : error conditions
17 echo "*** Testing mcrypt_cbc() : error conditions ***\n";
20 //Test mcrypt_cbc with one more than the expected number of arguments
28 var_dump( mcrypt_cbc($cipher, $key, $data, $mode, $iv, $extra_arg) );
30 // Testing mcrypt_cbc with one less than the expected number of arguments
35 var_dump( mcrypt_cbc($cipher, $key, $data) );
40 *** Testing mcrypt_cbc() : error conditions ***
42 -- Testing mcrypt_cbc() function with more than expected no. of arguments --
44 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
46 Warning: mcrypt_cbc() expects at most 5 parameters, 6 given in %s on line %d
[all …]
H A Dmcrypt_cbc_variation2.phpt2 Test mcrypt_cbc() function : usage variation
17 echo "*** Testing mcrypt_cbc() : usage variation ***\n";
124 *** Testing mcrypt_cbc() : usage variation ***
127 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
131 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
135 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
139 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
143 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
147 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
151 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
[all …]
H A Dmcrypt_cbc_variation3.phpt2 Test mcrypt_cbc() function : usage variation
17 echo "*** Testing mcrypt_cbc() : usage variation ***\n";
124 *** Testing mcrypt_cbc() : usage variation ***
127 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
131 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
135 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
139 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
143 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
147 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
151 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
[all …]
H A Dmcrypt_cbc_variation4.phpt2 Test mcrypt_cbc() function : usage variation
17 echo "*** Testing mcrypt_cbc() : usage variation ***\n";
124 *** Testing mcrypt_cbc() : usage variation ***
127 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
131 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
135 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
139 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
143 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
147 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
151 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
[all …]
H A Dmcrypt_cbc_3des_encrypt.phpt2 Test mcrypt_cbc() function : basic functionality
17 echo "*** Testing mcrypt_cbc() : basic functionality ***\n";
41 var_dump(bin2hex(mcrypt_cbc($cipher, $key, $data, $mode, $iv)));
53 *** Testing mcrypt_cbc() : basic functionality ***
59 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
64 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
69 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
74 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
83 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
90 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
[all …]
H A Dmcrypt_cbc_3des_decrypt.phpt2 Test mcrypt_cbc() function : basic functionality
11 /* Prototype : string mcrypt_cbc(int cipher, string key, string data, int mode, string iv)
17 echo "*** Testing mcrypt_cbc() : basic functionality ***\n";
70 *** Testing mcrypt_cbc() : basic functionality ***
76 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
81 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
86 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
91 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
100 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
107 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
[all …]
H A Dmcrypt_cbc.phpt2 mcrypt_cbc
12 $enc_data = mcrypt_cbc($cipher, $key, $secret, MCRYPT_ENCRYPT, $iv);
15 echo trim(mcrypt_cbc($cipher, $key, $enc_data, MCRYPT_DECRYPT, $iv)) . "\n";
18 mcrypt_cbc($cipher, $key, $enc_data, MCRYPT_DECRYPT);
22 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
24 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
27 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
29 Warning: mcrypt_cbc(): Attempt to use an empty IV, which is NOT recommend in %s on line %d
H A Dmcrypt_rijndael128_128BitKey.phpt56 $res = mcrypt_cbc($cipher, $key, $res, MCRYPT_DECRYPT, $iv);
64 $res = mcrypt_cbc($cipher, $key, $data, $mode, $iv);
80 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
86 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
92 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
98 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
105 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
115 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
125 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
135 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
[all …]
H A Dmcrypt_ecb_3des_decrypt.phpt2 Test mcrypt_cbc() function : basic functionality
H A Dmcrypt_rijndael128_256BitKey.phpt21 /* Prototype : string mcrypt_cbc(int cipher, string key, string data, int mode, string iv)
/PHP-5.5/ext/mcrypt/
H A Dphp_mcrypt.h35 PHP_FUNCTION(mcrypt_cbc);
H A Dmcrypt.c242 PHP_DEP_FE(mcrypt_cbc, arginfo_mcrypt_cbc)
1348 PHP_FUNCTION(mcrypt_cbc) in PHP_FUNCTION() argument
/PHP-5.5/
H A DUPGRADING110 - mcrypt_ecb(), mcrypt_cbc(), mcrypt_cfb() and mcrypt_ofb() now throw
H A DNEWS2098 . mcrypt_ecb(), mcrypt_cbc(), mcrypt_cfb() and mcrypt_ofb() now throw

Completed in 61 milliseconds