| /freebsd-14.2/contrib/libfido2/src/ |
| H A D | assert.c | 18 fido_assert_t *assert = arg; in adjust_assert_count() local 600 fido_assert_set_clientdata_hash(fido_assert_t *assert, in fido_assert_set_clientdata_hash() 711 fido_assert_empty_allow_list(fido_assert_t *assert) in fido_assert_empty_allow_list() 743 fido_assert_set_up(fido_assert_t *assert, fido_opt_t up) in fido_assert_set_up() 751 fido_assert_set_uv(fido_assert_t *assert, fido_opt_t uv) in fido_assert_set_uv() 777 fido_assert_reset_tx(fido_assert_t *assert) in fido_assert_reset_tx() 801 fido_assert_reset_rx(fido_assert_t *assert) in fido_assert_reset_rx() 826 fido_assert_t *assert; in fido_assert_free() local 837 fido_assert_count(const fido_assert_t *assert) in fido_assert_count() 843 fido_assert_rp_id(const fido_assert_t *assert) in fido_assert_rp_id() [all …]
|
| H A D | winhello.c | 38 WEBAUTHN_ASSERTION *assert; member 503 unpack_appid(fido_assert_t *assert, in unpack_appid() 519 unpack_assert_authdata(fido_assert_t *assert, const WEBAUTHN_ASSERTION *wa) in unpack_assert_authdata() 534 unpack_assert_sig(fido_assert_t *assert, const WEBAUTHN_ASSERTION *wa) in unpack_assert_sig() 549 unpack_cred_id(fido_assert_t *assert, const WEBAUTHN_ASSERTION *wa) in unpack_cred_id() 561 unpack_user_id(fido_assert_t *assert, const WEBAUTHN_ASSERTION *wa) in unpack_user_id() 575 unpack_hmac_secret(fido_assert_t *assert, const WEBAUTHN_ASSERTION *wa) in unpack_hmac_secret() 607 translate_fido_assert(struct winhello_assert *ctx, const fido_assert_t *assert, in translate_fido_assert() 651 translate_winhello_assert(fido_assert_t *assert, in translate_winhello_assert() 958 fido_winhello_get_assert(fido_dev_t *dev, fido_assert_t *assert, in fido_winhello_get_assert()
|
| /freebsd-14.2/include/ |
| H A D | assert.h | 50 #define assert(e) ((void)0) macro 55 #define assert(e) ((e) ? (void)0 : __assert(__func__, __FILE__, \ macro
|
| /freebsd-14.2/cddl/compat/opensolaris/include/ |
| H A D | assert.h | 31 #define assert(e) ((void)0) macro 36 #define assert(e) ((e) ? (void)0 : __assert(#e, __FILE__, __LINE__)) macro
|
| /freebsd-14.2/contrib/libfido2/tools/ |
| H A D | assert_get.c | 81 fido_assert_t *assert = NULL; in prepare_assert() local 160 print_assert(FILE *out_f, const fido_assert_t *assert, size_t idx, int flags) in print_assert() 215 fido_assert_t *assert = NULL; in assert_get() local
|
| H A D | assert_verify.c | 27 fido_assert_t *assert = NULL; in prepare_assert() local 154 fido_assert_t *assert = NULL; in assert_verify() local
|
| /freebsd-14.2/contrib/libfido2/examples/ |
| H A D | assert.c | 46 fido_assert_t *assert = NULL; in verify_assert() local 182 fido_assert_t *assert = NULL; in main() local
|
| H A D | CMakeLists.txt | 41 add_executable(assert assert.c util.c ${COMPAT_SOURCES}) target
|
| /freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | assert.h | 9 #define assert(e) do { \ macro
|
| /freebsd-14.2/libexec/rtld-elf/ |
| H A D | debug.h | 50 #define assert(cond) ((cond) ? (void) 0 : \ macro
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | sk-usbhid.c | 359 fido_assert_set_clientdata(fido_assert_t *assert, const u_char *ptr, size_t len) in fido_assert_set_clientdata() 391 fido_assert_t *assert = NULL; in sk_try() local 777 fido_assert_t *assert = NULL; in key_lookup() local 1038 pack_sig_ecdsa(fido_assert_t *assert, struct sk_sign_response *response) in pack_sig_ecdsa() 1076 pack_sig_ed25519(fido_assert_t *assert, struct sk_sign_response *response) in pack_sig_ed25519() 1104 pack_sig(uint32_t alg, fido_assert_t *assert, in pack_sig() 1153 fido_assert_t *assert = NULL; in sk_sign() local
|
| /freebsd-14.2/contrib/libfido2/fuzz/ |
| H A D | fuzz_assert.c | 206 get_assert(fido_assert_t *assert, uint8_t opt, const struct blob *cdh, in get_assert() 258 fido_assert_t *assert = NULL; in verify_assert() local 385 fido_assert_t *assert = NULL; in test() local
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libspl/include/ |
| H A D | assert.h | 151 #define assert(x) ((void) sizeof ((uintptr_t)(x))) macro 164 #define assert VERIFY macro
|
| /freebsd-14.2/sys/contrib/dpdk_rte_lpm/ |
| H A D | rte_shim.h | 14 #define assert(_s) KASSERT((_s), ("DPDK: assert failed")) macro
|
| /freebsd-14.2/sys/dev/isci/ |
| H A D | environment.h | 98 #define assert(cond) macro
|
| /freebsd-14.2/sys/rpc/ |
| H A D | rpc_prot.c | 62 #define assert(exp) KASSERT(exp, ("bad arguments")) macro
|
| /freebsd-14.2/sys/kern/ |
| H A D | subr_capability.c | 52 #define assert(exp) KASSERT((exp), ("%s:%u", __func__, __LINE__)) macro
|
| /freebsd-14.2/sys/dev/ppbus/ |
| H A D | ppb_msq.h | 109 #define MS_RSET(reg,assert,clear) { MS_OP_RSET, {{ (reg) }, { (assert) }, { (clear) }}} argument
|
| /freebsd-14.2/contrib/jemalloc/src/ |
| H A D | malloc_io.c | 25 #define assert(e) do { \ macro
|
| /freebsd-14.2/tests/sys/cddl/zfs/include/ |
| H A D | libtest.kshlib | 631 function assert function
|
| /freebsd-14.2/contrib/flex/src/ |
| H A D | flexdef.h | 53 #define assert(Pred) macro
|
| /freebsd-14.2/contrib/libarchive/test_utils/ |
| H A D | test_common.h | 159 #define assert(e) assertion_assert(__FILE__, __LINE__, (e), #e, NULL) macro
|
| /freebsd-14.2/contrib/ntp/ntpd/ |
| H A D | refclock_jupiter.c | 116 u_int assert; /* pps edge to use */ member
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | lz4.c | 241 #define assert ASSERT macro
|
| /freebsd-14.2/sys/contrib/alpine-hal/ |
| H A D | al_hal_pcie.c | 2645 al_bool assert, in al_pcie_legacy_int_gen()
|