Searched refs:mcrypt_enc_is_block_mode (Results 1 – 4 of 4) sorted by relevance
2 mcrypt_enc_is_block_mode8 var_dump(mcrypt_enc_is_block_mode($td));10 var_dump(mcrypt_enc_is_block_mode($td));12 var_dump(mcrypt_enc_is_block_mode($td));14 var_dump(mcrypt_enc_is_block_mode($td));
60 PHP_FUNCTION(mcrypt_enc_is_block_mode);
266 PHP_FE(mcrypt_enc_is_block_mode, arginfo_mcrypt_enc_is_block_mode)677 if (mcrypt_enc_is_block_mode(pm->td) == 1) { /* It's a block algorithm */ in PHP_FUNCTION()722 if (mcrypt_enc_is_block_mode(pm->td) == 1) { /* It's a block algorithm */ in PHP_FUNCTION()826 PHP_FUNCTION(mcrypt_enc_is_block_mode) in PHP_FUNCTION() argument830 if (mcrypt_enc_is_block_mode(pm->td) == 1) { in PHP_FUNCTION()1238 if (mcrypt_enc_is_block_mode(td) == 1) { /* It's a block algorithm */ in php_mcrypt_do_crypt()
258 if (mcrypt_enc_is_block_mode(mcrypt_module)) { in php_mcrypt_filter_create()
Completed in 13 milliseconds