Searched refs:check_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_stream.c14 # define IS_CRC64(check_type) ((check_type) == XZ_CHECK_CRC64)
16 # define IS_CRC64(check_type) false
60 enum xz_check check_type; member in struct:xz_dec
255 if (s->check_type == XZ_CHECK_CRC32)
259 else if (s->check_type == XZ_CHECK_CRC64)
279 s->block.hash.unpadded += check_sizes[s->check_type];
281 if (s->check_type == XZ_CHECK_CRC32)
283 else if (IS_CRC64(s->check_type))
392 while (s->pos < check_sizes[s->check_type]) {
[all...]
/freebsd-13-stable/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c819 unsigned int flags, int check_type, char **peername)
832 if (check_type == GEN_EMAIL) {
836 } else if (check_type == GEN_DNS) {
860 if (gen->type != check_type)
863 if (check_type == GEN_EMAIL)
865 else if (check_type == GEN_DNS)
818 do_x509_check(X509 *x, const char *chk, size_t chklen, unsigned int flags, int check_type, char **peername) argument
/freebsd-13-stable/crypto/openssl/ssl/
H A Dt1_lib.c2342 int check_type = 0; local
2345 check_type = TLS_CT_RSA_SIGN;
2348 check_type = TLS_CT_DSS_SIGN;
2351 check_type = TLS_CT_ECDSA_SIGN;
2354 if (check_type) {
2359 if (*ctypes == check_type) {
/freebsd-13-stable/usr.bin/indent/
H A Dindent.c421 goto check_type;
505 check_type:
/freebsd-13-stable/sys/net/
H A Dieee8023ad_lacp.c2056 const struct tlv_template *tmpl, boolean_t check_type)
2062 if ((check_type && tlv->tlv_type != tmpl->tmpl_type) ||
2055 tlv_check(const void *p, size_t size, const struct tlvhdr *tlv, const struct tlv_template *tmpl, boolean_t check_type) argument

Completed in 144 milliseconds