Searched refs:check_type (Results 1 – 6 of 6) sorted by relevance
14 # define IS_CRC64(check_type) ((check_type) == XZ_CHECK_CRC64) argument16 # define IS_CRC64(check_type) false argument60 enum xz_check check_type; member255 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 …]
864 unsigned int flags, int check_type, char **peername) in do_x509_check() argument877 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()
2342 int check_type = 0; in tls1_check_chain() local2345 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()
421 goto check_type; in main()505 check_type: in main()
2056 const struct tlv_template *tmpl, boolean_t check_type) in tlv_check() argument2062 if ((check_type && tlv->tlv_type != tmpl->tmpl_type) || in tlv_check()
600 # 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()