Home
last modified time | relevance | path

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

/f-stack/freebsd/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 …]
/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c1789 check_type(const struct l2fwd_crypto_options *options, in check_type() function
1819 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()
/f-stack/freebsd/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()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_crypto.rst263 if (check_type(options, &dev_info) == 0)