Lines Matching refs:module
169 ZEND_ARG_INFO(0, module)
174 ZEND_ARG_INFO(0, module)
179 ZEND_ARG_INFO(0, module)
384 char *module; \
387 "s|s", &module, &module_len, &dir, &dir_len) == FAILURE) { \
901 if (mcrypt_module_self_test(module, dir) == 0) { in PHP_FUNCTION()
915 if (mcrypt_module_is_block_algorithm_mode(module, dir) == 1) { in PHP_FUNCTION()
929 if (mcrypt_module_is_block_algorithm(module, dir) == 1) { in PHP_FUNCTION()
943 if (mcrypt_module_is_block_mode(module, dir) == 1) { in PHP_FUNCTION()
957 RETURN_LONG(mcrypt_module_get_algo_block_size(module, dir)); in PHP_FUNCTION()
967 RETURN_LONG(mcrypt_module_get_algo_key_size(module, dir)); in PHP_FUNCTION()
981 key_sizes = mcrypt_module_get_algo_supported_key_sizes(module, dir, &count); in PHP_FUNCTION()
1049 char *module; in PHP_FUNCTION() local
1058 &cipher, &cipher_len, &module, &module_len) == FAILURE) { in PHP_FUNCTION()
1062 td = mcrypt_module_open(cipher, cipher_dir_string, module, module_dir_string); in PHP_FUNCTION()
1078 char *module; in PHP_FUNCTION() local
1087 &cipher, &cipher_len, &module, &module_len) == FAILURE) { in PHP_FUNCTION()
1091 td = mcrypt_module_open(cipher, cipher_dir_string, module, module_dir_string); in PHP_FUNCTION()
1107 char *module; in PHP_FUNCTION() local
1116 &cipher, &cipher_len, &module, &module_len) == FAILURE) { in PHP_FUNCTION()
1120 td = mcrypt_module_open(cipher, cipher_dir_string, module, module_dir_string); in PHP_FUNCTION()