Home
last modified time | relevance | path

Searched refs:mcrypt_cfb (Results 1 – 4 of 4) sorted by relevance

/PHP-5.6/ext/mcrypt/tests/
H A Dmcrypt_cfb.phpt2 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 var_dump(mcrypt_cfb($cipher, $key, $enc_data, MCRYPT_DECRYPT));
22 Deprecated: Function mcrypt_cfb() is deprecated in %s on line %d
24 Deprecated: Function mcrypt_cfb() is deprecated in %s on line %d
27 Deprecated: Function mcrypt_cfb() is deprecated in %s on line %d
29 Warning: mcrypt_cfb(): Encryption mode requires an initialization vector of size 16 in %s on line %d
/PHP-5.6/ext/mcrypt/
H A Dphp_mcrypt.h36 PHP_FUNCTION(mcrypt_cfb);
H A Dmcrypt.c244 PHP_DEP_FE(mcrypt_cfb, arginfo_mcrypt_cfb)
1399 PHP_FUNCTION(mcrypt_cfb) in PHP_FUNCTION() argument
/PHP-5.6/
H A DNEWS3676 . mcrypt_ecb(), mcrypt_cbc(), mcrypt_cfb() and mcrypt_ofb() now throw

Completed in 45 milliseconds