Home
last modified time | relevance | path

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

/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_module_self_test.phpt2 mcrypt_module_self_test
7 var_dump(mcrypt_module_self_test(MCRYPT_RIJNDAEL_128));
8 var_dump(mcrypt_module_self_test(MCRYPT_RC2));
9 var_dump(mcrypt_module_self_test(''));
/PHP-5.5/ext/mcrypt/
H A Dphp_mcrypt.h67 PHP_FUNCTION(mcrypt_module_self_test);
H A Dmcrypt.c273 PHP_FE(mcrypt_module_self_test, arginfo_mcrypt_module_self_test)
916 PHP_FUNCTION(mcrypt_module_self_test) in PHP_FUNCTION() argument
920 if (mcrypt_module_self_test(module, dir) == 0) { in PHP_FUNCTION()

Completed in 12 milliseconds