Searched refs:do_x509_check (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/x509v3/ |
D | v3_utl.c | 949 static int do_x509_check(X509 *x, const char *chk, size_t chklen, in do_x509_check() function 1038 return do_x509_check(x, chk, chklen, flags, GEN_DNS, peername); in X509_check_host() 1048 return do_x509_check(x, chk, chklen, flags, GEN_EMAIL, NULL); in X509_check_email() 1056 return do_x509_check(x, (char *)chk, chklen, flags, GEN_IPADD, NULL); in X509_check_ip() 1069 return do_x509_check(x, (char *)ipout, iplen, flags, GEN_IPADD, NULL); in X509_check_ip_asc()
|