Home
last modified time | relevance | path

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

/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_module_is_block_algorithm.phpt2 mcrypt_module_is_block_algorithm
7 var_dump(mcrypt_module_is_block_algorithm(MCRYPT_RIJNDAEL_128));
8 var_dump(mcrypt_module_is_block_algorithm(MCRYPT_DES));
9 var_dump(mcrypt_module_is_block_algorithm(MCRYPT_WAKE));
10 var_dump(mcrypt_module_is_block_algorithm(MCRYPT_XTEA));
/PHP-5.5/ext/mcrypt/
H A Dphp_mcrypt.h69 PHP_FUNCTION(mcrypt_module_is_block_algorithm);
H A Dmcrypt.c276 PHP_FE(mcrypt_module_is_block_algorithm, arginfo_mcrypt_module_is_block_algorithm)
944 PHP_FUNCTION(mcrypt_module_is_block_algorithm) in PHP_FUNCTION() argument
948 if (mcrypt_module_is_block_algorithm(module, dir) == 1) { in PHP_FUNCTION()

Completed in 13 milliseconds