Home
last modified time | relevance | path

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

12

/netbsd-src/external/bsd/libfido2/dist/src/
H A Dassert.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 …]
H A Dwinhello.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()
/netbsd-src/external/bsd/openldap/dist/include/ac/
H A Dassert.h45 #define assert(test) \ macro
48 #define assert(test) \ macro
56 #define assert(test) ((void)0) macro
/netbsd-src/include/
H A Dassert.h51 # define assert(e) (__static_cast(void,0)) macro
54 # define assert(e) \ macro
58 # define assert(e) \ macro
/netbsd-src/external/gpl2/groff/dist/src/include/
H A Dassert.h38 #define assert(ignore) /* as nothing */ macro
40 #define assert(expr) do_assert(expr, __LINE__, __FILE__) macro
/netbsd-src/libexec/ld.elf_so/
H A Drtldenv.h65 # define assert(cond) ((cond) ? (void) 0 : xassert(__FILE__, __LINE__, #cond)) macro
67 # define assert(cond) (void) 0 macro
/netbsd-src/external/bsd/libfido2/dist/tools/
H A Dassert_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
H A Dassert_verify.c27 fido_assert_t *assert = NULL; in prepare_assert() local
154 fido_assert_t *assert = NULL; in assert_verify() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-system.h31 #define assert(EXPR) gcc_assert(EXPR) macro
/netbsd-src/external/mpl/bind/dist/bin/tests/system/dnssec/
H A Ddnssec_update_test.pl54 sub assert { subroutine
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmars.h62 #define assert(e) (static_cast<void>((e) || (printf("assert %s(%d) %s\n", __FILE__, __LINE__, #e), … macro
/netbsd-src/external/bsd/libfido2/dist/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
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
H A Dassert.h35 #define assert(EX) ((EX) ? (void)0 : __assert(#EX, __FILE__, __LINE__)) macro
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dassert.h35 #define assert(EX) ((EX) ? (void)0 : __assert(#EX, __FILE__, __LINE__)) macro
/netbsd-src/usr.sbin/rpc.pcnfsd/
H A Dcommon.h176 #define assert(ex) {if (!(ex)) \ macro
/netbsd-src/external/bsd/jemalloc/include/jemalloc/internal/
H A Dassert.h9 #define assert(e) do { \ macro
/netbsd-src/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dassert.h9 #define assert(e) do { \ macro
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsk-usbhid.c277 fido_assert_t *assert = NULL; in sk_try() local
654 fido_assert_t *assert = NULL; in key_lookup() local
908 pack_sig_ecdsa(fido_assert_t *assert, struct sk_sign_response *response) in pack_sig_ecdsa()
946 pack_sig_ed25519(fido_assert_t *assert, struct sk_sign_response *response) in pack_sig_ed25519()
974 pack_sig(uint32_t alg, fido_assert_t *assert, in pack_sig()
1023 fido_assert_t *assert = NULL; in sk_sign() local
/netbsd-src/external/bsd/libfido2/dist/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
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-system.h32 #define assert(EXPR) gcc_assert(EXPR) macro
/netbsd-src/sys/arch/acorn32/stand/lib/
H A Drmreloc.c60 #define assert(x) /* nothing */ macro
/netbsd-src/sys/arch/sh3/sh3/
H A Dexception.c290 #define TLB_ASSERT(assert, msg) \ in tlb_exception() argument
/netbsd-src/external/lgpl3/mpfr/dist/
H A Dconfigure.ac188 AC_ARG_ENABLE(assert, optenable
/netbsd-src/external/gpl3/autoconf/dist/lib/autoconf/
H A Dheaders.m4440 AC_ARG_ENABLE([assert], optenable

12