Searched refs:mcrypt_cbc (Results 1 – 15 of 15) sorted by relevance
/PHP-5.6/ext/mcrypt/tests/ |
H A D | mcrypt_cbc_variation1.phpt | 2 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 D | mcrypt_cbc_variation2.phpt | 2 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 D | mcrypt_cbc_variation5.phpt | 2 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 D | mcrypt_cbc_error.phpt | 2 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 D | mcrypt_cbc_variation3.phpt | 2 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 D | mcrypt_cbc_variation4.phpt | 2 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 D | mcrypt_cbc_3des_encrypt.phpt | 2 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 66 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d 73 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d 78 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d 87 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d 94 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d [all …]
|
H A D | mcrypt_cbc_3des_decrypt.phpt | 2 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 83 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d 90 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d 95 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d 104 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d 111 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d [all …]
|
H A D | mcrypt_cbc.phpt | 2 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 var_dump(mcrypt_cbc($cipher, $key, $enc_data, MCRYPT_DECRYPT)); 23 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d 25 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d 28 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d 30 Warning: mcrypt_cbc(): Encryption mode requires an initialization vector of size 16 in %s on line %d
|
H A D | mcrypt_rijndael128_128BitKey.phpt | 56 $res = mcrypt_cbc($cipher, $key, $res, MCRYPT_DECRYPT, $iv); 64 $res = mcrypt_cbc($cipher, $key, $data, $mode, $iv); 82 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d 92 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d 102 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d 110 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d 117 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d 127 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d 137 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d 147 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d [all …]
|
H A D | mcrypt_ecb_3des_decrypt.phpt | 2 Test mcrypt_cbc() function : basic functionality
|
H A D | mcrypt_rijndael128_256BitKey.phpt | 21 /* Prototype : string mcrypt_cbc(int cipher, string key, string data, int mode, string iv)
|
/PHP-5.6/ext/mcrypt/ |
H A D | php_mcrypt.h | 35 PHP_FUNCTION(mcrypt_cbc);
|
H A D | mcrypt.c | 243 PHP_DEP_FE(mcrypt_cbc, arginfo_mcrypt_cbc) 1383 PHP_FUNCTION(mcrypt_cbc) in PHP_FUNCTION() argument
|
/PHP-5.6/ |
H A D | NEWS | 3676 . mcrypt_ecb(), mcrypt_cbc(), mcrypt_cfb() and mcrypt_ofb() now throw
|
Completed in 103 milliseconds