Searched refs:mcrypt_module_get_algo_block_size (Results 1 – 3 of 3) sorted by relevance
2 mcrypt_module_get_algo_block_size7 var_dump(mcrypt_module_get_algo_block_size(MCRYPT_RIJNDAEL_256));8 var_dump(mcrypt_module_get_algo_block_size(MCRYPT_RIJNDAEL_192));9 var_dump(mcrypt_module_get_algo_block_size(MCRYPT_RC2));10 var_dump(mcrypt_module_get_algo_block_size(MCRYPT_XTEA));11 var_dump(mcrypt_module_get_algo_block_size(MCRYPT_CAST_128));12 var_dump(mcrypt_module_get_algo_block_size(MCRYPT_BLOWFISH));
74 PHP_FUNCTION(mcrypt_module_get_algo_block_size);
242 PHP_FE(mcrypt_module_get_algo_block_size, arginfo_mcrypt_module_get_algo_block_size)928 PHP_FUNCTION(mcrypt_module_get_algo_block_size) in PHP_FUNCTION() argument932 RETURN_LONG(mcrypt_module_get_algo_block_size(module, dir)); in PHP_FUNCTION()
Completed in 8 milliseconds