Home
last modified time | relevance | path

Searched refs:mcrypt_ofb (Results 1 – 3 of 3) sorted by relevance

/PHP-5.4/ext/mcrypt/tests/
H A Dmcrypt_ofb.phpt2 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);
/PHP-5.4/ext/mcrypt/
H A Dphp_mcrypt.h37 PHP_FUNCTION(mcrypt_ofb);
H A Dmcrypt.c244 PHP_FE(mcrypt_ofb, arginfo_mcrypt_ofb)
1361 PHP_FUNCTION(mcrypt_ofb) in PHP_FUNCTION() argument

Completed in 18 milliseconds