Home
last modified time | relevance | path

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

/PHP-7.1/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));
16 Deprecated: Function mcrypt_enc_is_block_algorithm() is deprecated in %s%emcrypt_enc_is_block_algor…
21 Deprecated: Function mcrypt_enc_is_block_algorithm() is deprecated in %s%emcrypt_enc_is_block_algor…
26 Deprecated: Function mcrypt_enc_is_block_algorithm() is deprecated in %s%emcrypt_enc_is_block_algor…
/PHP-7.1/ext/mcrypt/
H A Dphp_mcrypt.h62 PHP_FUNCTION(mcrypt_enc_is_block_algorithm);
H A Dmcrypt.c229 PHP_DEP_FE(mcrypt_enc_is_block_algorithm, arginfo_mcrypt_enc_is_block_algorithm)
793 PHP_FUNCTION(mcrypt_enc_is_block_algorithm) in PHP_FUNCTION() argument
797 if (mcrypt_enc_is_block_algorithm(pm->td) == 1) { in PHP_FUNCTION()

Completed in 14 milliseconds