Searched refs:err_str1 (Results 1 – 3 of 3) sorted by relevance
/dports/security/openssl-legacy-static/openssl-1.0.2u/demos/tunala/ |
H A D | tunala.c | 246 static int err_str1(const char *fmt, const char *str1) in err_str1() function 545 return err_str1("initialise_ssl_ctx(engine_id=%s) failed", in main() 551 return err_str1("ip_create_listener(%s) failed", listenhost); in main() 554 return err_str1("ip_parse_address(%s) failed", proxyhost); in main()
|
/dports/security/openssl-unsafe/openssl-c9ba19c/demos/tunala/ |
H A D | tunala.c | 246 static int err_str1(const char *fmt, const char *str1) in err_str1() function 545 return err_str1("initialise_ssl_ctx(engine_id=%s) failed", in main() 551 return err_str1("ip_create_listener(%s) failed", listenhost); in main() 554 return err_str1("ip_parse_address(%s) failed", proxyhost); in main()
|
/dports/sysutils/shim/shim-0.9/ |
H A D | MokManager.c | 1218 CHAR16 *err_str1; in delete_keys() local 1269 err_str1 = L"MokListX is compromised!"; in delete_keys() 1272 err_str1 = L"MokList is compromised!"; in delete_keys() 1275 console_alertbox((CHAR16 *[]){err_str1, err_str2, NULL}); in delete_keys() 1292 err_str1 = L"Failed to construct the key list of MokListX"; in delete_keys() 1295 err_str1 = L"Failed to construct the key list of MokList"; in delete_keys() 1298 console_alertbox((CHAR16 *[]){err_str1, err_str2, NULL}); in delete_keys()
|