Symbol: chk
crypto/libressl/crypto/x509/x509_utl.c
1023
chk, chklen, peername)) != 0)
crypto/libressl/crypto/x509/x509_utl.c
1050
chk, chklen, peername)) != 0)
crypto/libressl/crypto/x509/x509_utl.c
1057
X509_check_host(X509 *x, const char *chk, size_t chklen, unsigned int flags,
crypto/libressl/crypto/x509/x509_utl.c
1060
if (chk == NULL)
crypto/libressl/crypto/x509/x509_utl.c
1063
chklen = strlen(chk);
crypto/libressl/crypto/x509/x509_utl.c
1064
else if (memchr(chk, '\0', chklen))
crypto/libressl/crypto/x509/x509_utl.c
1066
return do_x509_check(x, chk, chklen, flags, GEN_DNS, peername);
crypto/libressl/crypto/x509/x509_utl.c
1070
X509_check_email(X509 *x, const char *chk, size_t chklen, unsigned int flags)
crypto/libressl/crypto/x509/x509_utl.c
1072
if (chk == NULL)
crypto/libressl/crypto/x509/x509_utl.c
1075
chklen = strlen(chk);
crypto/libressl/crypto/x509/x509_utl.c
1076
else if (memchr(chk, '\0', chklen))
crypto/libressl/crypto/x509/x509_utl.c
1078
return do_x509_check(x, chk, chklen, flags, GEN_EMAIL, NULL);
crypto/libressl/crypto/x509/x509_utl.c
1082
X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen,
crypto/libressl/crypto/x509/x509_utl.c
1085
if (chk == NULL)
crypto/libressl/crypto/x509/x509_utl.c
1087
return do_x509_check(x, (char *)chk, chklen, flags, GEN_IPADD, NULL);
crypto/libressl/crypto/x509/x509_utl.c
971
do_x509_check(X509 *x, const char *chk, size_t chklen, unsigned int flags,
crypto/libressl/crypto/x509/x509_utl.c
994
if (chklen > 1 && chk[0] == '.')
crypto/libressl/include/openssl/x509v3.h
832
int X509_check_host(X509 *x, const char *chk, size_t chklen,
crypto/libressl/include/openssl/x509v3.h
834
int X509_check_email(X509 *x, const char *chk, size_t chklen,
crypto/libressl/include/openssl/x509v3.h
836
int X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen,
crypto/openssh/ed25519.c
1788
fe25519 t, chk, num, den, den2, den4, den6;
crypto/openssh/ed25519.c
1813
fe25519_square(&chk, &r->x);
crypto/openssh/ed25519.c
1814
fe25519_mul(&chk, &chk, &den);
crypto/openssh/ed25519.c
1815
if (!fe25519_iseq_vartime(&chk, &num))
crypto/openssh/ed25519.c
1819
fe25519_square(&chk, &r->x);
crypto/openssh/ed25519.c
1820
fe25519_mul(&chk, &chk, &den);
crypto/openssh/ed25519.c
1821
if (!fe25519_iseq_vartime(&chk, &num))
games/hack/hack.mklev.c
471
chk:
games/hack/hack.mklev.c
493
goto chk;
games/snake/snake/snake.c
106
int chk(const struct point *);
games/snake/snake/snake.c
705
chk(&p);
games/snake/snake/snake.c
712
chk(&p);
games/snake/snake/snake.c
725
chk(&p);
games/snake/snake/snake.c
732
chk(&p);
stand/lib/dosfs.c
375
u_int chk, i, x, xdn;
stand/lib/dosfs.c
378
x = chk = 0;
stand/lib/dosfs.c
407
chk = dd.xde.chk;
stand/lib/dosfs.c
408
else if (dd.xde.seq != xdn - 1 || dd.xde.chk != chk)
stand/lib/dosfs.c
428
if (x == chk)
stand/lib/dosfs.c
537
u_int nsec, lsec, xdn, chk, sec, ent, x;
stand/lib/dosfs.c
550
xdn = chk = 0;
stand/lib/dosfs.c
568
dir[ent].xde.chk == chk)) {
stand/lib/dosfs.c
570
chk = dir[ent].xde.chk;
stand/lib/dosfs.c
586
ok = chk == x &&
stand/lib/dosfs.h
84
u_char chk; /* checksum */
sys/net/pf/pf_ioctl.c
3203
int chk;
sys/net/pf/pf_ioctl.c
3207
chk = pf_test(PF_IN, ifp, m, NULL, NULL);
sys/net/pf/pf_ioctl.c
3208
if (chk && *m) {
sys/net/pf/pf_ioctl.c
3213
return chk;
sys/net/pf/pf_ioctl.c
3222
int chk;
sys/net/pf/pf_ioctl.c
3231
chk = pf_test(PF_OUT, ifp, m, NULL, NULL);
sys/net/pf/pf_ioctl.c
3232
if (chk && *m) {
sys/net/pf/pf_ioctl.c
3237
return chk;
sys/net/pf/pf_ioctl.c
3244
int chk;
sys/net/pf/pf_ioctl.c
3248
chk = pf_test6(PF_IN, ifp, m, NULL, NULL);
sys/net/pf/pf_ioctl.c
3249
if (chk && *m) {
sys/net/pf/pf_ioctl.c
3254
return chk;
sys/net/pf/pf_ioctl.c
3260
int chk;
sys/net/pf/pf_ioctl.c
3269
chk = pf_test6(PF_OUT, ifp, m, NULL, NULL);
sys/net/pf/pf_ioctl.c
3270
if (chk && *m) {
sys/net/pf/pf_ioctl.c
3275
return chk;
usr.bin/pr/pr.c
987
int chk = (int)inchar;
usr.bin/pr/pr.c
999
if (ch == chk) {
usr.sbin/ckdist/ckdist.c
275
char sum[MDSUMLEN + 1], chk[MDSUMLEN + 1];
usr.sbin/ckdist/ckdist.c
300
} else if (!md5_file(dname, chk))
usr.sbin/ckdist/ckdist.c
302
else if (strcmp(chk, sum))
usr.sbin/ckdist/ckdist.c
325
uint32_t chk;
usr.sbin/ckdist/ckdist.c
353
if (crc(fd, &chk, &len))
usr.sbin/ckdist/ckdist.c
355
else if (chk != sum)
usr.sbin/lpr/common_source/lp.h
260
int chk(char *_file);
usr.sbin/lpr/common_source/rmjob.c
119
if (lockchk(pp, pp->lock_file) && chk(current)) {
usr.sbin/lpr/common_source/rmjob.c
189
if (!chk(file))