Lines Matching refs:mcrypt_decrypt
2 Test mcrypt_decrypt() function : basic functionality
11 /* Prototype : string mcrypt_decrypt(string cipher, string key, string data, string mode, string i…
17 echo "*** Testing mcrypt_decrypt() : basic functionality ***\n";
53 special_var_dump(mcrypt_decrypt($cipher, $keys[$i], base64_decode($data1[$i]), $mode, $iv));
60 special_var_dump(mcrypt_decrypt($cipher, $key, base64_decode($data2[$i]), $mode, $ivs[$i]));
69 *** Testing mcrypt_decrypt() : basic functionality ***
75 Warning: mcrypt_decrypt(): Key of size 8 not supported by this algorithm. Only keys of size 24 supp…
80 Warning: mcrypt_decrypt(): Key of size 20 not supported by this algorithm. Only keys of size 24 sup…
88 Warning: mcrypt_decrypt(): Key of size 26 not supported by this algorithm. Only keys of size 24 sup…
95 Warning: mcrypt_decrypt(): Received initialization vector of size 4, but size 8 is required for thi…
103 Warning: mcrypt_decrypt(): Received initialization vector of size 9, but size 8 is required for thi…