Home
last modified time | relevance | path

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

/PHP-5.6/ext/mcrypt/tests/
H A Dmcrypt_enc_is_block_algorithm.phpt2 mcrypt_enc_is_block_algorithm
8 var_dump(mcrypt_enc_is_block_algorithm($td));
10 var_dump(mcrypt_enc_is_block_algorithm($td));
12 var_dump(mcrypt_enc_is_block_algorithm($td));
/PHP-5.6/ext/mcrypt/
H A Dphp_mcrypt.h59 PHP_FUNCTION(mcrypt_enc_is_block_algorithm);
H A Dmcrypt.c266 PHP_FE(mcrypt_enc_is_block_algorithm, arginfo_mcrypt_enc_is_block_algorithm)
804 PHP_FUNCTION(mcrypt_enc_is_block_algorithm) in PHP_FUNCTION() argument
808 if (mcrypt_enc_is_block_algorithm(pm->td) == 1) { in PHP_FUNCTION()

Completed in 10 milliseconds