Lines Matching refs:module
170 ZEND_ARG_INFO(0, module)
175 ZEND_ARG_INFO(0, module)
180 ZEND_ARG_INFO(0, module)
319 char *module; \
322 "s|s", &module, &module_len, &dir, &dir_len) == FAILURE) { \
876 if (mcrypt_module_self_test(module, dir) == 0) { in PHP_FUNCTION()
890 if (mcrypt_module_is_block_algorithm_mode(module, dir) == 1) { in PHP_FUNCTION()
904 if (mcrypt_module_is_block_algorithm(module, dir) == 1) { in PHP_FUNCTION()
918 if (mcrypt_module_is_block_mode(module, dir) == 1) { in PHP_FUNCTION()
932 RETURN_LONG(mcrypt_module_get_algo_block_size(module, dir)); in PHP_FUNCTION()
942 RETURN_LONG(mcrypt_module_get_algo_key_size(module, dir)); in PHP_FUNCTION()
956 key_sizes = mcrypt_module_get_algo_supported_key_sizes(module, dir, &count); in PHP_FUNCTION()
1024 char *module; in PHP_FUNCTION() local
1033 &cipher, &cipher_len, &module, &module_len) == FAILURE) { in PHP_FUNCTION()
1037 td = mcrypt_module_open(cipher, cipher_dir_string, module, module_dir_string); in PHP_FUNCTION()
1053 char *module; in PHP_FUNCTION() local
1062 &cipher, &cipher_len, &module, &module_len) == FAILURE) { in PHP_FUNCTION()
1066 td = mcrypt_module_open(cipher, cipher_dir_string, module, module_dir_string); in PHP_FUNCTION()
1082 char *module; in PHP_FUNCTION() local
1091 &cipher, &cipher_len, &module, &module_len) == FAILURE) { in PHP_FUNCTION()
1095 td = mcrypt_module_open(cipher, cipher_dir_string, module, module_dir_string); in PHP_FUNCTION()