Lines Matching refs:mcrypt_cbc

21  /* Prototype  : string mcrypt_cbc(int cipher, string key, string data, int mode, string iv)
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
84 Warning: mcrypt_cbc(): Key of size 0 not supported by this algorithm. Only keys of sizes 16, 24 or …
92 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
94 Warning: mcrypt_cbc(): Key of size 0 not supported by this algorithm. Only keys of sizes 16, 24 or …
102 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
104 Warning: mcrypt_cbc(): Key of size 8 not supported by this algorithm. Only keys of sizes 16, 24 or …
110 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
117 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
119 Warning: mcrypt_cbc(): Received initialization vector of size 0, but size 16 is required for this e…
127 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
129 Warning: mcrypt_cbc(): Received initialization vector of size 0, but size 16 is required for this e…
137 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
139 Warning: mcrypt_cbc(): Received initialization vector of size 8, but size 16 is required for this e…
147 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
153 Deprecated: Function mcrypt_cbc() is deprecated in %s on line %d
155 Warning: mcrypt_cbc(): Received initialization vector of size 17, but size 16 is required for this …