Home
last modified time | relevance | path

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

/PHP-5.6/ext/mcrypt/tests/
H A Dmcrypt_module_get_algo_block_size.phpt2 mcrypt_module_get_algo_block_size
7 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));
/PHP-5.6/ext/mcrypt/
H A Dphp_mcrypt.h71 PHP_FUNCTION(mcrypt_module_get_algo_block_size);
H A Dmcrypt.c279 PHP_FE(mcrypt_module_get_algo_block_size, arginfo_mcrypt_module_get_algo_block_size)
941 PHP_FUNCTION(mcrypt_module_get_algo_block_size) in PHP_FUNCTION() argument
945 RETURN_LONG(mcrypt_module_get_algo_block_size(module, dir)); in PHP_FUNCTION()

Completed in 9 milliseconds