Searched refs:valid_ip (Results 1 – 1 of 1) sorted by relevance
2219 int valid_ip = 0; in check_cert_attributes() local2242 valid_ip = X509_check_ip_asc(x, checkip, 0); in check_cert_attributes()2245 checkip, valid_ip ? "" : " NOT"); in check_cert_attributes()2246 ret = ret && valid_ip > 0; in check_cert_attributes()