Lines Matching refs:mcrypt_cbc
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";
54 special_var_dump(mcrypt_cbc($cipher, $keys[$i], base64_decode($data1[$i]), $mode, $iv));
61 special_var_dump(mcrypt_cbc($cipher, $key, base64_decode($data2[$i]), $mode, $ivs[$i]));
70 *** Testing mcrypt_cbc() : basic functionality ***
76 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
78 Warning: mcrypt_cbc(): Key of size 8 not supported by this algorithm. Only keys of size 24 supporte…
83 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
85 Warning: mcrypt_cbc(): Key of size 20 not supported by this algorithm. Only keys of size 24 support…
90 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
95 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
97 Warning: mcrypt_cbc(): Key of size 26 not supported by this algorithm. Only keys of size 24 support…
104 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
106 Warning: mcrypt_cbc(): Received initialization vector of size 4, but size 8 is required for this en…
111 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
116 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
118 Warning: mcrypt_cbc(): Received initialization vector of size 9, but size 8 is required for this en…