Searched refs:check_type (Results 1 – 4 of 4) 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 …]
1789 check_type(const struct l2fwd_crypto_options *options, in check_type() function1819 if (check_type(options, dev_info) == 0) in check_device_support_cipher_algo()1853 if (check_type(options, dev_info) == 0) in check_device_support_auth_algo()1887 if (check_type(options, dev_info) == 0) in check_device_support_aead_algo()
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()
263 if (check_type(options, &dev_info) == 0)