Searched refs:checkip (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/apps/ |
D | x509.c | 168 char *checkhost = NULL, *checkemail = NULL, *checkip = NULL, *exts = NULL; in x509_main() local 451 checkip = opt_arg(); in x509_main() 866 print_cert_checks(out, x, checkhost, checkemail, checkip); in x509_main()
|
D | apps.c | 2014 const char *checkemail, const char *checkip) in print_cert_checks() argument 2031 if (checkip) { in print_cert_checks() 2033 checkip, X509_check_ip_asc(x, checkip, 0) ? "" : " NOT"); in print_cert_checks()
|
D | apps.h | 568 const char *checkemail, const char *checkip);
|