Lines Matching refs:module_dir_string
292 module_dir_string = MCG(modes_dir);
1027 char *module_dir_string; in PHP_FUNCTION() local
1037 td = mcrypt_module_open(cipher, cipher_dir_string, module, module_dir_string); in PHP_FUNCTION()
1056 char *module_dir_string; in PHP_FUNCTION() local
1066 td = mcrypt_module_open(cipher, cipher_dir_string, module, module_dir_string); in PHP_FUNCTION()
1085 char *module_dir_string; in PHP_FUNCTION() local
1095 td = mcrypt_module_open(cipher, cipher_dir_string, module, module_dir_string); in PHP_FUNCTION()
1111 char *module_dir_string; in PHP_FUNCTION() local
1126 td = mcrypt_module_open(cipher, cipher_dir_string, "ecb", module_dir_string); in PHP_FUNCTION()
1133 td = mcrypt_module_open(cipher, cipher_dir_string, "stream", module_dir_string); in PHP_FUNCTION()
1267 char *module_dir_string; in php_mcrypt_do_crypt() local
1274 td = mcrypt_module_open(cipher, cipher_dir_string, mode, module_dir_string); in php_mcrypt_do_crypt()