Searched refs:mcrypt_ofb (Results 1 – 5 of 5) sorted by relevance
/PHP-5.5/ext/mcrypt/tests/ |
H A D | mcrypt_ofb.phpt | 2 mcrypt_ofb 12 $enc_data = mcrypt_ofb($cipher, $key, $secret, MCRYPT_ENCRYPT, $iv); 15 echo trim(mcrypt_ofb($cipher, $key, $enc_data, MCRYPT_DECRYPT, $iv)) . "\n"; 18 mcrypt_ofb($cipher, $key, $enc_data, MCRYPT_DECRYPT, $iv); 22 Deprecated: Function mcrypt_ofb() is deprecated in %s on line %d 24 Deprecated: Function mcrypt_ofb() is deprecated in %s on line %d 27 Deprecated: Function mcrypt_ofb() is deprecated in %s on line %d
|
/PHP-5.5/ext/mcrypt/ |
H A D | php_mcrypt.h | 37 PHP_FUNCTION(mcrypt_ofb);
|
H A D | mcrypt.c | 244 PHP_DEP_FE(mcrypt_ofb, arginfo_mcrypt_ofb) 1380 PHP_FUNCTION(mcrypt_ofb) in PHP_FUNCTION() argument
|
/PHP-5.5/ |
H A D | UPGRADING | 110 - mcrypt_ecb(), mcrypt_cbc(), mcrypt_cfb() and mcrypt_ofb() now throw
|
H A D | NEWS | 2098 . mcrypt_ecb(), mcrypt_cbc(), mcrypt_cfb() and mcrypt_ofb() now throw
|
Completed in 57 milliseconds