Searched refs:mcrypt_module_is_block_algorithm_mode (Results 1 – 3 of 3) sorted by relevance
2 mcrypt_module_is_block_algorithm_mode7 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));12 Deprecated: Function mcrypt_module_is_block_algorithm_mode() is deprecated in %s%emcrypt_module_is_…15 Deprecated: Function mcrypt_module_is_block_algorithm_mode() is deprecated in %s%emcrypt_module_is_…18 Deprecated: Function mcrypt_module_is_block_algorithm_mode() is deprecated in %s%emcrypt_module_is_…21 Deprecated: Function mcrypt_module_is_block_algorithm_mode() is deprecated in %s%emcrypt_module_is_…
71 PHP_FUNCTION(mcrypt_module_is_block_algorithm_mode);
239 PHP_DEP_FE(mcrypt_module_is_block_algorithm_mode, arginfo_mcrypt_module_is_block_algorithm_mode)888 PHP_FUNCTION(mcrypt_module_is_block_algorithm_mode) in PHP_FUNCTION() argument892 if (mcrypt_module_is_block_algorithm_mode(module, dir) == 1) { in PHP_FUNCTION()
Completed in 10 milliseconds