Home
last modified time | relevance | path

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

/PHP-5.5/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.5/ext/mcrypt/
H A Dphp_mcrypt.h58 PHP_FUNCTION(mcrypt_enc_is_block_algorithm_mode);
H A Dmcrypt.c264 PHP_FE(mcrypt_enc_is_block_algorithm_mode, arginfo_mcrypt_enc_is_block_algorithm_mode)
821 PHP_FUNCTION(mcrypt_enc_is_block_algorithm_mode) in PHP_FUNCTION() argument
825 if (mcrypt_enc_is_block_algorithm_mode(pm->td) == 1) { in PHP_FUNCTION()

Completed in 11 milliseconds