Home
last modified time | relevance | path

Searched defs:assert (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-14.2/contrib/libfido2/src/
H A Dassert.c18 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 Dwinhello.c38 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 Dassert.h50 #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 Dassert.h31 #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 Dassert_get.c81 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 Dassert_verify.c27 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 Dassert.c46 fido_assert_t *assert = NULL; in verify_assert() local
182 fido_assert_t *assert = NULL; in main() local
H A DCMakeLists.txt41 add_executable(assert assert.c util.c ${COMPAT_SOURCES}) target
/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Dassert.h9 #define assert(e) do { \ macro
/freebsd-14.2/libexec/rtld-elf/
H A Ddebug.h50 #define assert(cond) ((cond) ? (void) 0 : \ macro
/freebsd-14.2/crypto/openssh/
H A Dsk-usbhid.c359 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 Dfuzz_assert.c206 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 Dassert.h151 #define assert(x) ((void) sizeof ((uintptr_t)(x))) macro
164 #define assert VERIFY macro
/freebsd-14.2/sys/contrib/dpdk_rte_lpm/
H A Drte_shim.h14 #define assert(_s) KASSERT((_s), ("DPDK: assert failed")) macro
/freebsd-14.2/sys/dev/isci/
H A Denvironment.h98 #define assert(cond) macro
/freebsd-14.2/sys/rpc/
H A Drpc_prot.c62 #define assert(exp) KASSERT(exp, ("bad arguments")) macro
/freebsd-14.2/sys/kern/
H A Dsubr_capability.c52 #define assert(exp) KASSERT((exp), ("%s:%u", __func__, __LINE__)) macro
/freebsd-14.2/sys/dev/ppbus/
H A Dppb_msq.h109 #define MS_RSET(reg,assert,clear) { MS_OP_RSET, {{ (reg) }, { (assert) }, { (clear) }}} argument
/freebsd-14.2/contrib/jemalloc/src/
H A Dmalloc_io.c25 #define assert(e) do { \ macro
/freebsd-14.2/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib631 function assert function
/freebsd-14.2/contrib/flex/src/
H A Dflexdef.h53 #define assert(Pred) macro
/freebsd-14.2/contrib/libarchive/test_utils/
H A Dtest_common.h159 #define assert(e) assertion_assert(__FILE__, __LINE__, (e), #e, NULL) macro
/freebsd-14.2/contrib/ntp/ntpd/
H A Drefclock_jupiter.c116 u_int assert; /* pps edge to use */ member
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dlz4.c241 #define assert ASSERT macro
/freebsd-14.2/sys/contrib/alpine-hal/
H A Dal_hal_pcie.c2645 al_bool assert, in al_pcie_legacy_int_gen()

12