Home
last modified time | relevance | path

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

/PHP-5.6/ext/mcrypt/tests/
H A Dmcrypt_enc_is_block_algorithm_mode.phpt2 mcrypt_enc_is_block_algorithm_mode
8 var_dump(mcrypt_enc_is_block_algorithm_mode($td));
10 var_dump(mcrypt_enc_is_block_algorithm_mode($td));
12 var_dump(mcrypt_enc_is_block_algorithm_mode($td));
/PHP-5.6/ext/mcrypt/
H A Dphp_mcrypt.h58 PHP_FUNCTION(mcrypt_enc_is_block_algorithm_mode);
H A Dmcrypt.c265 PHP_FE(mcrypt_enc_is_block_algorithm_mode, arginfo_mcrypt_enc_is_block_algorithm_mode)
790 PHP_FUNCTION(mcrypt_enc_is_block_algorithm_mode) in PHP_FUNCTION() argument
794 if (mcrypt_enc_is_block_algorithm_mode(pm->td) == 1) { in PHP_FUNCTION()

Completed in 13 milliseconds