Searched refs:mcrypt_cfb (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/ext/mcrypt/tests/ |
H A D | mcrypt_cfb.phpt | 2 mcrypt_cfb 12 $enc_data = mcrypt_cfb($cipher, $key, $secret, MCRYPT_ENCRYPT, $iv); 15 echo trim(mcrypt_cfb($cipher, $key, $enc_data, MCRYPT_DECRYPT, $iv)) . "\n"; 18 mcrypt_cfb($cipher, $key, $enc_data, MCRYPT_DECRYPT); 23 Warning: mcrypt_cfb(): Attempt to use an empty IV, which is NOT recommend in %s on line %d
|
/PHP-5.4/ext/mcrypt/ |
H A D | php_mcrypt.h | 36 PHP_FUNCTION(mcrypt_cfb);
|
H A D | mcrypt.c | 243 PHP_FE(mcrypt_cfb, arginfo_mcrypt_cfb) 1345 PHP_FUNCTION(mcrypt_cfb) in PHP_FUNCTION() argument
|
Completed in 8 milliseconds