Home
last modified time | relevance | path

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

12

/openbsd-src/lib/libfido2/src/
H A Dassert.c17 fido_assert_t *assert = arg; in adjust_assert_count() local
80 fido_dev_get_assert_tx(fido_dev_t *dev, fido_assert_t *assert, in fido_dev_get_assert_tx()
161 fido_dev_get_assert_rx(fido_dev_t *dev, fido_assert_t *assert, int *ms) in fido_dev_get_assert_rx()
215 fido_get_next_assert_rx(fido_dev_t *dev, fido_assert_t *assert, int *ms) in fido_get_next_assert_rx()
244 fido_dev_get_assert_wait(fido_dev_t *dev, fido_assert_t *assert, in fido_dev_get_assert_wait()
265 decrypt_hmac_secrets(const fido_dev_t *dev, fido_assert_t *assert, in decrypt_hmac_secrets()
285 fido_dev_get_assert(fido_dev_t *dev, fido_assert_t *assert, const char *pin) in fido_dev_get_assert()
425 fido_assert_verify(const fido_assert_t *assert, size_t idx, int cose_alg, in fido_assert_verify()
508 fido_assert_set_clientdata(fido_assert_t *assert, const unsigned char *data, in fido_assert_set_clientdata()
524 fido_assert_set_clientdata_hash(fido_assert_t *assert, in fido_assert_set_clientdata_hash()
[all …]
/openbsd-src/include/
H A Dassert.h51 # define assert(e) ((void)0) macro
56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e)) macro
58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e)) macro
/openbsd-src/usr.bin/ssh/
H A Dsk-usbhid.c273 fido_assert_t *assert = NULL; in sk_try() local
650 fido_assert_t *assert = NULL; in key_lookup() local
904 pack_sig_ecdsa(fido_assert_t * assert,struct sk_sign_response * response) pack_sig_ecdsa() argument
942 pack_sig_ed25519(fido_assert_t * assert,struct sk_sign_response * response) pack_sig_ed25519() argument
970 pack_sig(uint32_t alg,fido_assert_t * assert,struct sk_sign_response * response) pack_sig() argument
1019 fido_assert_t *assert = NULL; sk_sign() local
[all...]
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/
H A Dassert.h28 #define assert(EX) ((EX) ? (void)0 : __assert(#EX, __FILE__, __LINE__)) macro
/openbsd-src/gnu/gcc/fixincludes/tests/base/
H A Dassert.h28 #define assert(EX) ((EX) ? (void)0 : __assert(#EX, __FILE__, __LINE__)) macro
/openbsd-src/sys/lib/libkern/
H A Dlibkern.h106 #define assert(e) ((void)0) macro
108 #define assert(e) ((e) ? (void)0 : \ macro
/openbsd-src/sys/dev/ofw/
H A Dofw_clock.c353 reset_assert_cells(uint32_t *cells, int assert) in reset_assert_cells()
382 reset_do_assert_idx(int node, int idx, int assert) in reset_do_assert_idx()
409 reset_do_assert(int node, const char *name, int assert) in reset_do_assert()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A Dr1.c1 void assert (a) {if (a != 1) abort ();} in assert() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dusing6.C3 #define assert(COND) if (!(COND)) return 1 macro
/openbsd-src/sys/dev/fdt/
H A Damlreset.c100 amlreset_reset(void *cookie, uint32_t *cells, int assert) in amlreset_reset()
H A Dimxsrc.c164 imxsrc_reset(void *cookie, uint32_t *cells, int assert) in imxsrc_reset()
H A Dsxiccmu.c889 sxiccmu_reset(void *cookie, uint32_t *cells, int assert) in sxiccmu_reset()
2239 sxiccmu_ccu_reset(void *cookie, uint32_t *cells, int assert) in sxiccmu_ccu_reset()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dkeyword.gperf90 assert, ASSERT_TK keyword
/openbsd-src/sys/arch/sh/sh/
H A Dtrap.c324 #define TLB_ASSERT(assert, msg) \ in tlb_exception() argument
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/InterceptResult/
H A DEvent.pm348 sub the_assert { $_[0]->the_facet('assert') } subroutine
[all...]
/openbsd-src/sys/arch/riscv64/dev/
H A Dstfclock.c628 stfclock_reset_jh7110_aon(void * cookie,uint32_t * cells,int assert) stfclock_reset_jh7110_aon() argument
837 stfclock_reset_jh7110_stg(void * cookie,uint32_t * cells,int assert) stfclock_reset_jh7110_stg() argument
1107 stfclock_reset_jh7110_sys(void * cookie,uint32_t * cells,int assert) stfclock_reset_jh7110_sys() argument
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Das.h141 #define assert(P) \ macro
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Das.h123 #define assert(P) ((P) ? 0 : (as_assert (__FILE__, __LINE__, __PRETTY_FUNCTION__), 0)) macro
/openbsd-src/usr.bin/lex/
H A Dflexdef.h55 #define assert(Pred) macro
/openbsd-src/sys/dev/pci/drm/i915/selftests/
H A Di915_vma.c221 bool (*assert)(const struct i915_vma *, member
/openbsd-src/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp288 namespace assert { namespace
/openbsd-src/usr.sbin/ldapd/
H A Dldapd.h159 } assert; member
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c898 # define assert(e) macro
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dregex.c1022 #define assert(e) macro
/openbsd-src/gnu/lib/libiberty/src/
H A Dregex.c1216 # define assert(e) macro

12