Home
last modified time | relevance | path

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

/PHP-7.1/ext/mcrypt/tests/
H A Dmcrypt_module_get_supported_key_sizes.phpt2 mcrypt_module_get_supported_key_sizes
7 var_dump(mcrypt_module_get_supported_key_sizes(MCRYPT_RIJNDAEL_256));
8 var_dump(mcrypt_module_get_supported_key_sizes(MCRYPT_RC2));
10 Deprecated: Function mcrypt_module_get_supported_key_sizes() is deprecated in %s%emcrypt_module_get…
20 Deprecated: Function mcrypt_module_get_supported_key_sizes() is deprecated in %s%emcrypt_module_get…
/PHP-7.1/ext/mcrypt/
H A Dphp_mcrypt.h76 PHP_FUNCTION(mcrypt_module_get_supported_key_sizes);
H A Dmcrypt.c244 PHP_DEP_FE(mcrypt_module_get_supported_key_sizes, arginfo_mcrypt_module_get_supported_key_sizes)
950 PHP_FUNCTION(mcrypt_module_get_supported_key_sizes) in PHP_FUNCTION() argument

Completed in 14 milliseconds