Home
last modified time | relevance | path

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

/PHP-7.0/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-7.0/ext/mcrypt/
H A Dphp_mcrypt.h61 PHP_FUNCTION(mcrypt_enc_is_block_algorithm_mode);
H A Dmcrypt.c228 PHP_FE(mcrypt_enc_is_block_algorithm_mode, arginfo_mcrypt_enc_is_block_algorithm_mode)
777 PHP_FUNCTION(mcrypt_enc_is_block_algorithm_mode) in PHP_FUNCTION() argument
781 if (mcrypt_enc_is_block_algorithm_mode(pm->td) == 1) { in PHP_FUNCTION()

Completed in 17 milliseconds