Searched refs:check_type (Results 1 – 9 of 9) sorted by relevance
14 # define IS_CRC64(check_type) ((check_type) == XZ_CHECK_CRC64) argument16 # define IS_CRC64(check_type) false argument61 enum xz_check check_type; member256 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 …]
877 unsigned int flags, int check_type, char **peername) in do_x509_check() argument890 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()
52 GetVTableInfo(ValueObject &in_value, bool check_type) override;
219 bool check_type) { in GetVTableInfo() argument222 if (check_type) { in GetVTableInfo()
101 bool check_type) { in GetVTableInfo() argument
2824 int check_type = 0; in tls1_check_chain() local2827 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()
419 goto check_type; in main()503 check_type: in main()
2065 const struct tlv_template *tmpl, boolean_t check_type) in tlv_check() argument2071 if ((check_type && tlv->tlv_type != tmpl->tmpl_type) || in tlv_check()
1055 # 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()