Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/libfido2/src/
HDassert.c18 fido_assert_t *assert = arg; in adjust_assert_count() local
81 fido_dev_get_assert_tx(fido_dev_t *dev, fido_assert_t *assert, in fido_dev_get_assert_tx()
162 fido_dev_get_assert_rx(fido_dev_t *dev, fido_assert_t *assert, int *ms) in fido_dev_get_assert_rx()
225 fido_get_next_assert_rx(fido_dev_t *dev, fido_assert_t *assert, int *ms) in fido_get_next_assert_rx()
264 fido_dev_get_assert_wait(fido_dev_t *dev, fido_assert_t *assert, in fido_dev_get_assert_wait()
285 decrypt_hmac_secrets(const fido_dev_t *dev, fido_assert_t *assert, in decrypt_hmac_secrets()
305 fido_dev_get_assert(fido_dev_t *dev, fido_assert_t *assert, const char *pin) in fido_dev_get_assert()
494 fido_assert_verify(const fido_assert_t *assert, size_t idx, int cose_alg, in fido_assert_verify()
580 fido_assert_set_clientdata(fido_assert_t *assert, const unsigned char *data, in fido_assert_set_clientdata()
596 fido_assert_set_clientdata_hash(fido_assert_t *assert, in fido_assert_set_clientdata_hash()
[all …]
HDwinhello.c35 WEBAUTHN_ASSERTION *assert; member
471 unpack_assert_authdata(fido_assert_t *assert, const WEBAUTHN_ASSERTION *wa) in unpack_assert_authdata()
486 unpack_assert_sig(fido_assert_t *assert, const WEBAUTHN_ASSERTION *wa) in unpack_assert_sig()
501 unpack_cred_id(fido_assert_t *assert, const WEBAUTHN_ASSERTION *wa) in unpack_cred_id()
513 unpack_user_id(fido_assert_t *assert, const WEBAUTHN_ASSERTION *wa) in unpack_user_id()
527 unpack_hmac_secret(fido_assert_t *assert, const WEBAUTHN_ASSERTION *wa) in unpack_hmac_secret()
559 translate_fido_assert(struct winhello_assert *ctx, const fido_assert_t *assert, in translate_fido_assert()
599 translate_winhello_assert(fido_assert_t *assert, const WEBAUTHN_ASSERTION *wa) in translate_winhello_assert()
901 fido_winhello_get_assert(fido_dev_t *dev, fido_assert_t *assert, in fido_winhello_get_assert()
/freebsd-13-stable/include/
HDassert.h50 #define assert(e) ((void)0) macro
55 #define assert(e) ((e) ? (void)0 : __assert(__func__, __FILE__, \ macro
/freebsd-13-stable/cddl/compat/opensolaris/include/
HDassert.h31 #define assert(e) ((void)0) macro
36 #define assert(e) ((e) ? (void)0 : __assert(#e, __FILE__, __LINE__)) macro
/freebsd-13-stable/contrib/libfido2/tools/
HDassert_get.c81 fido_assert_t *assert = NULL; in prepare_assert() local
156 print_assert(FILE *out_f, const fido_assert_t *assert, size_t idx, int flags) in print_assert()
211 fido_assert_t *assert = NULL; in assert_get() local
HDassert_verify.c27 fido_assert_t *assert = NULL; in prepare_assert() local
154 fido_assert_t *assert = NULL; in assert_verify() local
/freebsd-13-stable/contrib/libfido2/examples/
HDassert.c46 fido_assert_t *assert = NULL; in verify_assert() local
182 fido_assert_t *assert = NULL; in main() local
HDCMakeLists.txt41 add_executable(assert assert.c util.c ${COMPAT_SOURCES}) target
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
HDassert.h9 #define assert(e) do { \ macro
/freebsd-13-stable/crypto/openssh/
HDsk-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-13-stable/libexec/rtld-elf/
HDdebug.h55 #define assert(cond) ((cond) ? (void) 0 : \ macro
/freebsd-13-stable/contrib/libfido2/fuzz/
HDfuzz_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-13-stable/sys/mips/mediatek/
HDfdt_reset.c51 assert_deassert_all(device_t consumer, boolean_t assert) in assert_deassert_all()
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/
HDassert.h129 #define assert(x) ((void)0) macro
139 #define assert VERIFY macro
/freebsd-13-stable/sys/contrib/dpdk_rte_lpm/
HDrte_shim.h14 #define assert(_s) KASSERT((_s), ("DPDK: assert failed")) macro
/freebsd-13-stable/sys/dev/isci/
HDenvironment.h98 #define assert(cond) macro
/freebsd-13-stable/sys/rpc/
HDrpc_prot.c62 #define assert(exp) KASSERT(exp, ("bad arguments")) macro
/freebsd-13-stable/sys/kern/
HDsubr_capability.c52 #define assert(exp) KASSERT((exp), ("%s:%u", __func__, __LINE__)) macro
/freebsd-13-stable/sys/dev/ppbus/
HDppb_msq.h109 #define MS_RSET(reg,assert,clear) { MS_OP_RSET, {{ (reg) }, { (assert) }, { (clear) }}} argument
/freebsd-13-stable/contrib/jemalloc/src/
HDmalloc_io.c25 #define assert(e) do { \ macro
/freebsd-13-stable/tests/sys/cddl/zfs/include/
HDlibtest.kshlib631 function assert function
/freebsd-13-stable/contrib/libarchive/test_utils/
HDtest_common.h159 #define assert(e) assertion_assert(__FILE__, __LINE__, (e), #e, NULL) macro
/freebsd-13-stable/contrib/flex/src/
HDflexdef.h53 #define assert(Pred) macro
/freebsd-13-stable/contrib/ntp/ntpd/
HDrefclock_jupiter.c116 u_int assert; /* pps edge to use */ member
/freebsd-13-stable/sys/contrib/alpine-hal/
HDal_hal_pcie.c2645 al_bool assert, in al_pcie_legacy_int_gen()

12