| /freebsd-13.1/contrib/libfido2/src/ |
| H A D | assert.c | 18 fido_assert_t *assert = arg; in adjust_assert_count() local 634 fido_assert_set_clientdata_hash(fido_assert_t *assert, in fido_assert_set_clientdata_hash() 668 fido_assert_set_rp(fido_assert_t *assert, const char *id) in fido_assert_set_rp() 741 fido_assert_set_up(fido_assert_t *assert, fido_opt_t up) in fido_assert_set_up() 749 fido_assert_set_uv(fido_assert_t *assert, fido_opt_t uv) in fido_assert_set_uv() 775 fido_assert_reset_tx(fido_assert_t *assert) in fido_assert_reset_tx() 797 fido_assert_reset_rx(fido_assert_t *assert) in fido_assert_reset_rx() 821 fido_assert_t *assert; in fido_assert_free() local 832 fido_assert_count(const fido_assert_t *assert) in fido_assert_count() 838 fido_assert_rp_id(const fido_assert_t *assert) in fido_assert_rp_id() [all …]
|
| H A D | winhello.c | 24 WEBAUTHN_ASSERTION *assert; member 432 unpack_assert_authdata(fido_assert_t *assert, WEBAUTHN_ASSERTION *wa) in unpack_assert_authdata() 451 unpack_assert_sig(fido_assert_t *assert, WEBAUTHN_ASSERTION *wa) in unpack_assert_sig() 470 unpack_cred_id(fido_assert_t *assert, WEBAUTHN_ASSERTION *wa) in unpack_cred_id() 486 unpack_user_id(fido_assert_t *assert, WEBAUTHN_ASSERTION *wa) in unpack_user_id() 504 translate_fido_assert(struct winhello_assert *ctx, fido_assert_t *assert, in translate_fido_assert() 544 translate_winhello_assert(fido_assert_t *assert, WEBAUTHN_ASSERTION *wa) in translate_winhello_assert() 828 fido_winhello_get_assert(fido_dev_t *dev, fido_assert_t *assert, in fido_winhello_get_assert()
|
| /freebsd-13.1/include/ |
| H A D | assert.h | 51 #define assert(e) ((void)0) macro 56 #define assert(e) ((e) ? (void)0 : __assert(__func__, __FILE__, \ macro
|
| /freebsd-13.1/cddl/compat/opensolaris/include/ |
| H A D | assert.h | 33 #define assert(e) ((void)0) macro 38 #define assert(e) ((e) ? (void)0 : __assert(#e, __FILE__, __LINE__)) macro
|
| /freebsd-13.1/contrib/libfido2/tools/ |
| H A D | assert_get.c | 80 fido_assert_t *assert = NULL; in prepare_assert() local 155 print_assert(FILE *out_f, const fido_assert_t *assert, size_t idx, int flags) in print_assert() 210 fido_assert_t *assert = NULL; in assert_get() local
|
| H A D | assert_verify.c | 25 fido_assert_t *assert = NULL; in prepare_assert() local 138 fido_assert_t *assert = NULL; in assert_verify() local
|
| /freebsd-13.1/contrib/libfido2/examples/ |
| H A D | assert.c | 44 fido_assert_t *assert = NULL; in verify_assert() local 164 fido_assert_t *assert = NULL; in main() local
|
| H A D | CMakeLists.txt | 51 add_executable(assert assert.c util.c ${COMPAT_SOURCES}) target
|
| /freebsd-13.1/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | assert.h | 9 #define assert(e) do { \ macro
|
| /freebsd-13.1/libexec/rtld-elf/ |
| H A D | debug.h | 57 #define assert(cond) ((cond) ? (void) 0 : \ macro
|
| /freebsd-13.1/contrib/libfido2/fuzz/ |
| H A D | fuzz_assert.c | 205 get_assert(fido_assert_t *assert, uint8_t opt, const struct blob *cdh, in get_assert() 257 fido_assert_t *assert = NULL; in verify_assert() local 342 fido_assert_t *assert = NULL; in test() local
|
| /freebsd-13.1/sys/mips/mediatek/ |
| H A D | fdt_reset.c | 53 assert_deassert_all(device_t consumer, boolean_t assert) in assert_deassert_all()
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | sk-usbhid.c | 328 fido_assert_t *assert = NULL; in sk_try() local 861 pack_sig_ecdsa(fido_assert_t *assert, struct sk_sign_response *response) in pack_sig_ecdsa() 899 pack_sig_ed25519(fido_assert_t *assert, struct sk_sign_response *response) in pack_sig_ed25519() 927 pack_sig(uint32_t alg, fido_assert_t *assert, in pack_sig() 976 fido_assert_t *assert = NULL; in sk_sign() local
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libspl/include/ |
| H A D | assert.h | 129 #define assert(x) ((void)0) macro 139 #define assert VERIFY macro
|
| /freebsd-13.1/sys/contrib/dpdk_rte_lpm/ |
| H A D | rte_shim.h | 14 #define assert(_s) KASSERT((_s), ("DPDK: assert failed")) macro
|
| /freebsd-13.1/sys/dev/isci/ |
| H A D | environment.h | 100 #define assert(cond) macro
|
| /freebsd-13.1/sys/rpc/ |
| H A D | rpc_prot.c | 64 #define assert(exp) KASSERT(exp, ("bad arguments")) macro
|
| /freebsd-13.1/sys/kern/ |
| H A D | subr_capability.c | 54 #define assert(exp) KASSERT((exp), ("%s:%u", __func__, __LINE__)) macro
|
| /freebsd-13.1/sys/dev/ppbus/ |
| H A D | ppb_msq.h | 111 #define MS_RSET(reg,assert,clear) { MS_OP_RSET, {{ (reg) }, { (assert) }, { (clear) }}} argument
|
| /freebsd-13.1/contrib/jemalloc/src/ |
| H A D | malloc_io.c | 25 #define assert(e) do { \ macro
|
| /freebsd-13.1/tests/sys/cddl/zfs/include/ |
| H A D | libtest.kshlib | 633 function assert function
|
| /freebsd-13.1/contrib/libarchive/test_utils/ |
| H A D | test_common.h | 168 #define assert(e) assertion_assert(__FILE__, __LINE__, (e), #e, NULL) macro
|
| /freebsd-13.1/contrib/flex/src/ |
| H A D | flexdef.h | 53 #define assert(Pred) macro
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | refclock_jupiter.c | 116 u_int assert; /* pps edge to use */ member
|
| /freebsd-13.1/sys/contrib/alpine-hal/ |
| H A D | al_hal_pcie.c | 2645 al_bool assert, in al_pcie_legacy_int_gen()
|