Home
last modified time | relevance | path

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

/freebsd-14.2/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
61 enum xz_check check_type; member
256 if (s->check_type == XZ_CHECK_CRC32) in dec_block()
260 else if (s->check_type == XZ_CHECK_CRC64) in dec_block()
282 if (s->check_type == XZ_CHECK_CRC32) in dec_block()
284 else if (IS_CRC64(s->check_type)) in dec_block()
433 if (s->check_type > XZ_CHECK_CRC32 && !IS_CRC64(s->check_type)) in dec_stream_header()
436 if (s->check_type > XZ_CHECK_CRC32 && !IS_CRC64(s->check_type)) in dec_stream_header()
679 if (s->check_type == XZ_CHECK_CRC32) { in dec_main()
[all …]
/freebsd-14.2/crypto/openssl/crypto/x509/
H A Dv3_utl.c877 unsigned int flags, int check_type, char **peername) in do_x509_check() argument
890 if (check_type == GEN_EMAIL) { in do_x509_check()
894 } else if (check_type == GEN_DNS) { in do_x509_check()
952 if (check_type != GEN_EMAIL in do_x509_check()
961 if (check_type != GEN_EMAIL) in do_x509_check()
966 if (check_type != GEN_DNS) in do_x509_check()
971 if (check_type != GEN_IPADD) in do_x509_check()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h52 GetVTableInfo(ValueObject &in_value, bool check_type) override;
H A DItaniumABILanguageRuntime.cpp219 bool check_type) { in GetVTableInfo() argument
222 if (check_type) { in GetVTableInfo()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h101 bool check_type) { in GetVTableInfo() argument
/freebsd-14.2/crypto/openssl/ssl/
H A Dt1_lib.c2824 int check_type = 0; in tls1_check_chain() local
2827 check_type = TLS_CT_RSA_SIGN; in tls1_check_chain()
2829 check_type = TLS_CT_DSS_SIGN; in tls1_check_chain()
2831 check_type = TLS_CT_ECDSA_SIGN; in tls1_check_chain()
2833 if (check_type) { in tls1_check_chain()
2838 if (*ctypes == check_type) { in tls1_check_chain()
/freebsd-14.2/usr.bin/indent/
H A Dindent.c419 goto check_type; in main()
503 check_type: in main()
/freebsd-14.2/sys/net/
H A Dieee8023ad_lacp.c2065 const struct tlv_template *tmpl, boolean_t check_type) in tlv_check() argument
2071 if ((check_type && tlv->tlv_type != tmpl->tmpl_type) || in tlv_check()
/freebsd-14.2/contrib/libpcap/
H A DCMakeLists.txt1055 # XXX - there's no check_type() macro that's like check_type_size()
1209 # XXX - there's no check_type() macro that's like check_type_size()
2019 # XXX - there's no check_type() macro that's like check_type_size()
2085 # XXX - there's no check_type() macro that's like check_type_size()