Lines Matching refs:module
170 ZEND_ARG_INFO(0, module)
175 ZEND_ARG_INFO(0, module)
180 ZEND_ARG_INFO(0, module)
351 char *module; \
354 "s|s", &module, &module_len, &dir, &dir_len) == FAILURE) { \
889 if (mcrypt_module_self_test(module, dir) == 0) { in PHP_FUNCTION()
903 if (mcrypt_module_is_block_algorithm_mode(module, dir) == 1) { in PHP_FUNCTION()
917 if (mcrypt_module_is_block_algorithm(module, dir) == 1) { in PHP_FUNCTION()
931 if (mcrypt_module_is_block_mode(module, dir) == 1) { in PHP_FUNCTION()
945 RETURN_LONG(mcrypt_module_get_algo_block_size(module, dir)); in PHP_FUNCTION()
955 RETURN_LONG(mcrypt_module_get_algo_key_size(module, dir)); in PHP_FUNCTION()
969 key_sizes = mcrypt_module_get_algo_supported_key_sizes(module, dir, &count); in PHP_FUNCTION()
1037 char *module; in PHP_FUNCTION() local
1046 &cipher, &cipher_len, &module, &module_len) == FAILURE) { in PHP_FUNCTION()
1050 td = mcrypt_module_open(cipher, cipher_dir_string, module, module_dir_string); in PHP_FUNCTION()
1066 char *module; in PHP_FUNCTION() local
1075 &cipher, &cipher_len, &module, &module_len) == FAILURE) { in PHP_FUNCTION()
1079 td = mcrypt_module_open(cipher, cipher_dir_string, module, module_dir_string); in PHP_FUNCTION()
1095 char *module; in PHP_FUNCTION() local
1104 &cipher, &cipher_len, &module, &module_len) == FAILURE) { in PHP_FUNCTION()
1108 td = mcrypt_module_open(cipher, cipher_dir_string, module, module_dir_string); in PHP_FUNCTION()