Searched refs:do_x509_check (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/lib/libcrypto/x509/ |
| D | x509_utl.c | 1068 do_x509_check(X509 *x, const char *chk, size_t chklen, unsigned int flags, in do_x509_check() function 1163 return do_x509_check(x, chk, chklen, flags, GEN_DNS, peername); in X509_check_host() 1176 return do_x509_check(x, chk, chklen, flags, GEN_EMAIL, NULL); in X509_check_email() 1186 return do_x509_check(x, (char *)chk, chklen, flags, GEN_IPADD, NULL); in X509_check_ip() 1201 return do_x509_check(x, (char *)ipout, iplen, flags, GEN_IPADD, NULL); in X509_check_ip_asc()
|