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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3_utl.c924 static int do_x509_check(X509 *x, const char *chk, size_t chklen, argument
945 if (chklen > 1 && chk[0] == '.')
957 if (chklen == 0)
958 chklen = strlen(chk);
977 chk, chklen, peername)) != 0)
1002 chk, chklen, peername)) != 0)
1008 int X509_check_host(X509 *x, const char *chk, size_t chklen, argument
1018 if (chklen == 0)
1019 chklen = strlen(chk);
1020 else if (memchr(chk, '\0', chklen >
1027 X509_check_email(X509 *x, const char *chk, size_t chklen, unsigned int flags) argument
1046 X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen, unsigned int flags) argument
[all...]
H A Dx509v3.h741 int X509_check_host(X509 *x, const char *chk, size_t chklen,
743 int X509_check_email(X509 *x, const char *chk, size_t chklen,
745 int X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3_utl.c924 static int do_x509_check(X509 *x, const char *chk, size_t chklen, argument
945 if (chklen > 1 && chk[0] == '.')
957 if (chklen == 0)
958 chklen = strlen(chk);
977 chk, chklen, peername)) != 0)
1002 chk, chklen, peername)) != 0)
1008 int X509_check_host(X509 *x, const char *chk, size_t chklen, argument
1018 if (chklen == 0)
1019 chklen = strlen(chk);
1020 else if (memchr(chk, '\0', chklen >
1027 X509_check_email(X509 *x, const char *chk, size_t chklen, unsigned int flags) argument
1046 X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen, unsigned int flags) argument
[all...]
H A Dx509v3.h741 int X509_check_host(X509 *x, const char *chk, size_t chklen,
743 int X509_check_email(X509 *x, const char *chk, size_t chklen,
745 int X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen,

Completed in 111 milliseconds