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) { \
878 if (mcrypt_module_self_test(module, dir) == 0) { in PHP_FUNCTION()
892 if (mcrypt_module_is_block_algorithm_mode(module, dir) == 1) { in PHP_FUNCTION()
906 if (mcrypt_module_is_block_algorithm(module, dir) == 1) { in PHP_FUNCTION()
920 if (mcrypt_module_is_block_mode(module, dir) == 1) { in PHP_FUNCTION()
934 RETURN_LONG(mcrypt_module_get_algo_block_size(module, dir)); in PHP_FUNCTION()
944 RETURN_LONG(mcrypt_module_get_algo_key_size(module, dir)); in PHP_FUNCTION()
958 key_sizes = mcrypt_module_get_algo_supported_key_sizes(module, dir, &count); in PHP_FUNCTION()
1026 char *module; in PHP_FUNCTION() local
1035 &cipher, &cipher_len, &module, &module_len) == FAILURE) { in PHP_FUNCTION()
1039 td = mcrypt_module_open(cipher, cipher_dir_string, module, module_dir_string); in PHP_FUNCTION()
1055 char *module; in PHP_FUNCTION() local
1064 &cipher, &cipher_len, &module, &module_len) == FAILURE) { in PHP_FUNCTION()
1068 td = mcrypt_module_open(cipher, cipher_dir_string, module, module_dir_string); in PHP_FUNCTION()
1084 char *module; in PHP_FUNCTION() local
1093 &cipher, &cipher_len, &module, &module_len) == FAILURE) { in PHP_FUNCTION()
1097 td = mcrypt_module_open(cipher, cipher_dir_string, module, module_dir_string); in PHP_FUNCTION()