Home
last modified time | relevance | path

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

/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_module_is_block_algorithm_mode.phpt2 mcrypt_module_is_block_algorithm_mode
7 var_dump(mcrypt_module_is_block_algorithm_mode(MCRYPT_MODE_CBC));
8 var_dump(mcrypt_module_is_block_algorithm_mode(MCRYPT_MODE_ECB));
9 var_dump(mcrypt_module_is_block_algorithm_mode(MCRYPT_MODE_STREAM));
10 var_dump(mcrypt_module_is_block_algorithm_mode(MCRYPT_MODE_OFB));
/PHP-5.5/ext/mcrypt/
H A Dphp_mcrypt.h68 PHP_FUNCTION(mcrypt_module_is_block_algorithm_mode);
H A Dmcrypt.c275 PHP_FE(mcrypt_module_is_block_algorithm_mode, arginfo_mcrypt_module_is_block_algorithm_mode)
930 PHP_FUNCTION(mcrypt_module_is_block_algorithm_mode) in PHP_FUNCTION() argument
934 if (mcrypt_module_is_block_algorithm_mode(module, dir) == 1) { in PHP_FUNCTION()

Completed in 9 milliseconds