Searched defs:chklen (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/x509v3/
H A Dv3_utl.c892 static int do_x509_check(X509 *x, const char *chk, size_t chklen, argument
918 if (chklen > 1 && chk[0] == '.')
952 chk, chklen, peername)) != 0)
973 chk, chklen, peername)) != 0)
979 int X509_check_host(X509 *x, const char *chk, size_t chklen, argument
984 if (memchr(chk, '\0', chklen))
986 return do_x509_check(x, chk, chklen, flags, GEN_DNS, peername);
989 int X509_check_email(X509 *x, const char *chk, size_t chklen, argument
994 if (memchr(chk, '\0', chklen))
996 return do_x509_check(x, chk, chklen, flag
999 X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen, unsigned int flags) argument
[all...]

Completed in 53 milliseconds