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";
41 var_dump(bin2hex(mcrypt_cbc($cipher, $key, $data, $mode, $iv)));
48 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
61 Warning: mcrypt_cbc(): Key of size 8 not supported by this algorithm. Only keys of size 24 supporte…
66 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
68 Warning: mcrypt_cbc(): Key of size 20 not supported by this algorithm. Only keys of size 24 support…
73 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
78 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
80 Warning: mcrypt_cbc(): Key of size 26 not supported by this algorithm. Only keys of size 24 support…
87 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
89 Warning: mcrypt_cbc(): Received initialization vector of size 4, but size 8 is required for this en…
94 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
99 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
101 Warning: mcrypt_cbc(): Received initialization vector of size 9, but size 8 is required for this en…