Searched refs:do_x509_check (Results 1 – 1 of 1) sorted by relevance
/openssl/crypto/x509/ |
H A D | v3_utl.c | 876 static int do_x509_check(X509 *x, const char *chk, size_t chklen, in do_x509_check() function 1023 return do_x509_check(x, chk, chklen, flags, GEN_DNS, peername); in X509_check_host() 1042 return do_x509_check(x, chk, chklen, flags, GEN_EMAIL, NULL); in X509_check_email() 1050 return do_x509_check(x, (char *)chk, chklen, flags, GEN_IPADD, NULL); in X509_check_ip() 1063 return do_x509_check(x, (char *)ipout, iplen, flags, GEN_IPADD, NULL); in X509_check_ip_asc()
|
Completed in 11 milliseconds