Home
last modified time | relevance | path

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

/freebsd/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()
280 s->block.hash.unpadded += check_sizes[s->check_type]; 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()
393 while (s->pos < check_sizes[s->check_type]) { in check_skip()
430 s->check_type = s->temp.buf[HEADER_MAGIC_SIZE + 1]; in dec_stream_header()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan.cpp549 float value, double shadow, int32_t check_type, uptr check_arg) { in __nsan_internal_check_float_d() argument
550 return checkFT(value, shadow, static_cast<CheckTypeT>(check_type), check_arg); in __nsan_internal_check_float_d()
554 double value, long double shadow, int32_t check_type, uptr check_arg) { in __nsan_internal_check_double_l() argument
555 return checkFT(value, shadow, static_cast<CheckTypeT>(check_type), check_arg); in __nsan_internal_check_double_l()
559 double value, __float128 shadow, int32_t check_type, uptr check_arg) { in __nsan_internal_check_double_q() argument
560 return checkFT(value, shadow, static_cast<CheckTypeT>(check_type), check_arg); in __nsan_internal_check_double_q()
565 int32_t check_type, uptr check_arg) { in __nsan_internal_check_longdouble_q() argument
566 return checkFT(value, shadow, static_cast<CheckTypeT>(check_type), check_arg); in __nsan_internal_check_longdouble_q()
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_utl.c869 unsigned int flags, int check_type, char **peername) in do_x509_check() argument
882 if (check_type == GEN_EMAIL) { in do_x509_check()
886 } else if (check_type == GEN_DNS) { in do_x509_check()
944 if (check_type != GEN_EMAIL in do_x509_check()
953 if (check_type != GEN_EMAIL) in do_x509_check()
958 if (check_type != GEN_DNS) in do_x509_check()
963 if (check_type != GEN_IPADD) in do_x509_check()
/freebsd/crypto/libecc/src/tests/
H A Dec_self_tests_core.c265 u8 check_type = 0; in ec_import_export_test() local
268 FORCE_USED_VAR(check_type); in ec_import_export_test()
389 check_type = 0; in ec_import_export_test()
392 check_type = 1; in ec_import_export_test()
397 check_type = 1; in ec_import_export_test()
403 if(check_type){ in ec_import_export_test()
448 check_type = 0; in ec_import_export_test()
452 check_type = 1; in ec_import_export_test()
457 check_type = 1; in ec_import_export_test()
462 check_type = 1; in ec_import_export_test()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h102 bool check_type) { in GetVTableInfo() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp219 bool check_type) { in GetVTableInfo() argument
222 if (check_type) { in GetVTableInfo()
/freebsd/usr.bin/indent/
H A Dindent.c411 goto check_type; in main()
495 check_type: in main()
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dslh_dsa_kmgmt.c98 static int slh_dsa_validate(const void *key_data, int selection, int check_type) in slh_dsa_validate() argument
H A Dml_dsa_kmgmt.c173 static int ml_dsa_validate(const void *key_data, int selection, int check_type) in ml_dsa_validate() argument
H A Dml_kem_kmgmt.c222 static int ml_kem_validate(const void *vkey, int selection, int check_type) in ml_kem_validate() argument
/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c4181 int check_type = 0; in tls1_check_chain() local
4184 check_type = TLS_CT_RSA_SIGN; in tls1_check_chain()
4186 check_type = TLS_CT_DSS_SIGN; in tls1_check_chain()
4188 check_type = TLS_CT_ECDSA_SIGN; in tls1_check_chain()
4190 if (check_type) { in tls1_check_chain()
4195 if (*ctypes == check_type) { in tls1_check_chain()
/freebsd/sys/security/mac_do/
H A Dmac_do.c186 check_type(const id_type_t type) in check_type() function
205 check_type(type); in check_type_and_id_flags()
/freebsd/sys/net/
H A Dieee8023ad_lacp.c2093 const struct tlv_template *tmpl, boolean_t check_type) in tlv_check() argument
2099 if ((check_type && tlv->tlv_type != tmpl->tmpl_type) || in tlv_check()
/freebsd/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()