Home
last modified time | relevance | path

Searched refs:check_type (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_stream.c14 # define IS_CRC64(check_type) ((check_type) == XZ_CHECK_CRC64) argument
16 # define IS_CRC64(check_type) false argument
60 enum xz_check check_type; member
255 if (s->check_type == XZ_CHECK_CRC32) in dec_block()
259 else if (s->check_type == XZ_CHECK_CRC64) in dec_block()
281 if (s->check_type == XZ_CHECK_CRC32) in dec_block()
283 else if (IS_CRC64(s->check_type)) in dec_block()
429 if (s->check_type > XZ_CHECK_MAX) in dec_stream_header()
432 if (s->check_type > XZ_CHECK_CRC32 && !IS_CRC64(s->check_type)) in dec_stream_header()
435 if (s->check_type > XZ_CHECK_CRC32 && !IS_CRC64(s->check_type)) in dec_stream_header()
[all …]
/freebsd-13.1/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c864 unsigned int flags, int check_type, char **peername) in do_x509_check() argument
877 if (check_type == GEN_EMAIL) { in do_x509_check()
881 } else if (check_type == GEN_DNS) { in do_x509_check()
905 if (gen->type != check_type) in do_x509_check()
908 if (check_type == GEN_EMAIL) in do_x509_check()
910 else if (check_type == GEN_DNS) in do_x509_check()
/freebsd-13.1/crypto/openssl/ssl/
H A Dt1_lib.c2342 int check_type = 0; in tls1_check_chain() local
2345 check_type = TLS_CT_RSA_SIGN; in tls1_check_chain()
2348 check_type = TLS_CT_DSS_SIGN; in tls1_check_chain()
2351 check_type = TLS_CT_ECDSA_SIGN; in tls1_check_chain()
2354 if (check_type) { in tls1_check_chain()
2359 if (*ctypes == check_type) { in tls1_check_chain()
/freebsd-13.1/usr.bin/indent/
H A Dindent.c421 goto check_type; in main()
505 check_type: in main()
/freebsd-13.1/sys/net/
H A Dieee8023ad_lacp.c2056 const struct tlv_template *tmpl, boolean_t check_type) in tlv_check() argument
2062 if ((check_type && tlv->tlv_type != tmpl->tmpl_type) || in tlv_check()
/freebsd-13.1/contrib/libpcap/
H A DCMakeLists.txt600 # XXX - there's no check_type() macro that's like check_type_size()
754 # XXX - there's no check_type() macro that's like check_type_size()
1095 # XXX - there's no check_type() macro that's like check_type_size()
1167 # XXX - there's no check_type() macro that's like check_type_size()
1186 # XXX - there's no check_type() macro that's like check_type_size()