Searched refs:mcrypt_enc_is_block_algorithm (Results 1 – 3 of 3) sorted by relevance
2 mcrypt_enc_is_block_algorithm8 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));
62 PHP_FUNCTION(mcrypt_enc_is_block_algorithm);
229 PHP_FE(mcrypt_enc_is_block_algorithm, arginfo_mcrypt_enc_is_block_algorithm)791 PHP_FUNCTION(mcrypt_enc_is_block_algorithm) in PHP_FUNCTION() argument795 if (mcrypt_enc_is_block_algorithm(pm->td) == 1) { in PHP_FUNCTION()
Completed in 8 milliseconds