Home
last modified time | relevance | path

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

/PHP-5.4/ext/mcrypt/tests/
H A Dmcrypt_module_get_algo_key_size.phpt2 mcrypt_module_get_algo_key_size
7 var_dump(mcrypt_module_get_algo_key_size(MCRYPT_RIJNDAEL_256));
8 var_dump(mcrypt_module_get_algo_key_size(MCRYPT_RIJNDAEL_192));
9 var_dump(mcrypt_module_get_algo_key_size(MCRYPT_RC2));
10 var_dump(mcrypt_module_get_algo_key_size(MCRYPT_XTEA));
11 var_dump(mcrypt_module_get_algo_key_size(MCRYPT_CAST_128));
12 var_dump(mcrypt_module_get_algo_key_size(MCRYPT_BLOWFISH));
/PHP-5.4/ext/mcrypt/
H A Dphp_mcrypt.h72 PHP_FUNCTION(mcrypt_module_get_algo_key_size);
H A Dmcrypt.c279 PHP_FE(mcrypt_module_get_algo_key_size, arginfo_mcrypt_module_get_algo_key_size)
963 PHP_FUNCTION(mcrypt_module_get_algo_key_size) in PHP_FUNCTION() argument
967 RETURN_LONG(mcrypt_module_get_algo_key_size(module, dir)); in PHP_FUNCTION()

Completed in 9 milliseconds