Home
last modified time | relevance | path

Searched refs:user_id (Results 1 – 25 of 39) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cpp19 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0), in ThreadContextBase()
43 user_id = 0; in SetDead()
60 user_id = 0; in SetJoined()
84 user_id = _user_id; in SetCreated()
134 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, in CreateThread() argument
165 tctx->SetCreated(user_id, total_threads_++, detached, in CreateThread()
222 void ThreadRegistry::SetThreadNameByUserId(uptr user_id, const char *name) { in SetThreadNameByUserId() argument
226 if (tctx != 0 && tctx->user_id == user_id && in SetThreadNameByUserId()
336 void ThreadRegistry::SetThreadUserId(u32 tid, uptr user_id) { in SetThreadUserId() argument
342 CHECK_EQ(tctx->user_id, 0); in SetThreadUserId()
[all …]
H A Dsanitizer_thread_registry.h46 uptr user_id; // Some opaque user thread id (e.g. pthread_t). variable
106 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
124 void SetThreadNameByUserId(uptr user_id, const char *name);
130 void SetThreadUserId(u32 tid, uptr user_id);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc20 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0), in ThreadContextBase()
44 user_id = 0; in SetDead()
61 user_id = 0; in SetJoined()
85 user_id = _user_id; in SetCreated()
136 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, in CreateThread() argument
167 tctx->SetCreated(user_id, total_threads_++, detached, in CreateThread()
225 void ThreadRegistry::SetThreadNameByUserId(uptr user_id, const char *name) { in SetThreadNameByUserId() argument
229 if (tctx != 0 && tctx->user_id == user_id && in SetThreadNameByUserId()
341 void ThreadRegistry::SetThreadUserId(u32 tid, uptr user_id) { in SetThreadUserId() argument
348 CHECK_EQ(tctx->user_id, 0); in SetThreadUserId()
[all …]
H A Dsanitizer_thread_registry.h43 uptr user_id; // Some opaque user thread id (e.g. pthread_t). variable
102 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
120 void SetThreadNameByUserId(uptr user_id, const char *name);
125 void SetThreadUserId(u32 tid, uptr user_id);
/netbsd-src/external/bsd/libfido2/dist/fuzz/
H A Dfuzz_cred.c33 struct blob user_id; member
102 unpack_blob(v[14], &p->user_id) < 0 || in unpack()
144 (argv[14] = pack_blob(&p->user_id)) == NULL || in pack()
193 dummy.user_id.len = sizeof(dummy_user_id); in pack_dummy()
197 memcpy(&dummy.user_id.body, &dummy_user_id, dummy.user_id.len); in pack_dummy()
215 const char *rp_id, const char *rp_name, const struct blob *user_id, in make_cred() argument
233 fido_cred_set_user(cred, user_id->body, user_id->len, user_name, in make_cred()
239 fido_cred_set_blob(cred, user_id->body, user_id->len); in make_cred()
249 if (user_id->len) in make_cred()
250 fido_cred_set_prot(cred, user_id->body[0] & 0x03); in make_cred()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cc18 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0), in ThreadContextBase()
42 user_id = 0; in SetDead()
59 user_id = 0; in SetJoined()
83 user_id = _user_id; in SetCreated()
134 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, in CreateThread() argument
165 tctx->SetCreated(user_id, total_threads_++, detached, in CreateThread()
223 void ThreadRegistry::SetThreadNameByUserId(uptr user_id, const char *name) { in SetThreadNameByUserId() argument
227 if (tctx != 0 && tctx->user_id == user_id && in SetThreadNameByUserId()
H A Dsanitizer_thread_registry.h41 uptr user_id; // Some opaque user thread id (e.g. pthread_t). variable
100 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
118 void SetThreadNameByUserId(uptr user_id, const char *name);
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsk-usbhid.c617 uint8_t *user_id, size_t user_id_len) in check_enroll_options() argument
631 if (strlcpy((char *)user_id, options[i]->value, user_id_len) >= in check_enroll_options()
637 (char *)user_id); in check_enroll_options()
651 key_lookup(fido_dev_t *dev, const char *application, const uint8_t *user_id, in key_lookup() argument
696 memcmp(fido_assert_user_id_ptr(assert, i), user_id, in key_lookup()
716 uint8_t user_id[32]; in sk_enroll() local
733 memset(user_id, 0, sizeof(user_id)); in sk_enroll()
734 if (check_enroll_options(options, &device, user_id, in sk_enroll()
735 sizeof(user_id)) != 0) in sk_enroll()
763 (r = key_lookup(sk->dev, application, user_id, sizeof(user_id), in sk_enroll()
[all …]
H A Dssh-sk.h36 uint8_t *user_id; member
H A Dsk-api.h70 uint8_t *user_id; member
/netbsd-src/external/bsd/libfido2/dist/tools/
H A Dcredman.c119 char *user_id = NULL; in print_rk() local
129 fido_cred_user_id_len(cred), &user_id) < 0) { in print_rk()
138 fido_cred_display_name(cred), user_id, type, prot); in print_rk()
140 free(user_id); in print_rk()
277 credman_update_rk(const char *path, const char *user_id, const char *cred_id, in credman_update_rk() argument
290 if (base64_decode(user_id, &user_id_ptr, &user_id_len) < 0 || in credman_update_rk()
H A Dassert_get.c161 char *user_id = NULL; in print_assert() local
174 fido_assert_user_id_len(assert, idx), &user_id); in print_assert()
189 fprintf(out_f, "%s\n", user_id); in print_assert()
204 free(user_id); in print_assert()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_rtems.cc99 uptr user_id, bool detached, in CreateAsanThread() argument
105 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args); in CreateAsanThread()
140 static void *BeforeThreadCreateHook(uptr user_id, bool detached, in BeforeThreadCreateHook() argument
150 return CreateAsanThread(&stack, parent_tid, user_id, detached, in BeforeThreadCreateHook()
H A Dasan_fuchsia.cc90 uptr user_id, bool detached, in CreateAsanThread() argument
98 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args); in CreateAsanThread()
143 static void *BeforeThreadCreateHook(uptr user_id, bool detached, in BeforeThreadCreateHook() argument
153 return CreateAsanThread(&stack, parent_tid, user_id, detached, name, in BeforeThreadCreateHook()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_rtems.cc101 uptr user_id, bool detached, in CreateAsanThread() argument
107 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args); in CreateAsanThread()
142 static void *BeforeThreadCreateHook(uptr user_id, bool detached, in BeforeThreadCreateHook() argument
152 return CreateAsanThread(&stack, parent_tid, user_id, detached, in BeforeThreadCreateHook()
H A Dasan_fuchsia.cc92 uptr user_id, bool detached, in CreateAsanThread() argument
100 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args); in CreateAsanThread()
145 static void *BeforeThreadCreateHook(uptr user_id, bool detached, in BeforeThreadCreateHook() argument
155 return CreateAsanThread(&stack, parent_tid, user_id, detached, name, in BeforeThreadCreateHook()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_thread.cpp47 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached, void *arg) { in ThreadCreate() argument
48 return thread_registry->CreateThread(user_id, detached, parent_tid, arg); in ThreadCreate()
73 if (tctx->user_id == uid && tctx->status != ThreadStatusInvalid) { in FindThreadByUid()
H A Dlsan_fuchsia.cpp89 uptr user_id = reinterpret_cast<uptr>(thread); in __sanitizer_before_thread_create_hook() local
96 u32 tid = ThreadCreate(parent_tid, user_id, detached, &args); in __sanitizer_before_thread_create_hook()
/netbsd-src/external/bsd/libfido2/dist/src/
H A Dtouch.c17 const uint8_t user_id = FIDO_DUMMY_USER_ID; in fido_dev_get_touch_begin() local
44 if (fido_blob_set(&user.id, &user_id, sizeof(user_id)) < 0) { in fido_dev_get_touch_begin()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenmatch.cc427 class user_id : public id_base class
430 user_id (const char *id_, bool is_oper_list_ = false) in user_id() function in user_id
465 is_a_helper <user_id *>::test (id_base *id) in test()
495 if (user_id *uid = dyn_cast<user_id *> (id)) in commutative_op()
588 if (user_id *uid = dyn_cast<user_id *> (op)) in get_operator()
868 operand *result_, vec<vec<user_id *> > for_vec_, in simplify()
887 vec<vec<user_id *> > for_vec;
888 vec<std::pair<user_id *, id_base *> > for_subst_vec;
970 commutate (operand *op, vec<vec<user_id *> > &for_vec) in commutate()
1031 else if (user_id *p = dyn_cast <user_id *> (ne->operation)) in commutate()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenmatch.c427 class user_id : public id_base
430 user_id (const char *id_, bool is_oper_list_ = false)
465 is_a_helper <user_id *>::test (id_base *id) in test()
495 if (user_id *uid = dyn_cast<user_id *> (id)) in commutative_op()
588 if (user_id *uid = dyn_cast<user_id *> (op))
864 operand *result_, vec<vec<user_id *> > for_vec_, in simplify()
883 vec<vec<user_id *> > for_vec;
884 vec<std::pair<user_id *, id_base *> > for_subst_vec;
966 commutate (operand *op, vec<vec<user_id *> > &for_vec) in commutate()
1027 else if (user_id *p = dyn_cast <user_id *> (ne->operation)) in commutate()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_fuchsia.cpp121 uptr user_id, bool detached, in CreateAsanThread() argument
128 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args); in CreateAsanThread()
174 static void *BeforeThreadCreateHook(uptr user_id, bool detached, in BeforeThreadCreateHook() argument
186 CreateAsanThread(&stack, parent_tid, user_id, detached, name); in BeforeThreadCreateHook()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_thread.cc75 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached) { in ThreadCreate() argument
76 return thread_registry->CreateThread(user_id, detached, parent_tid, in ThreadCreate()
108 if (tctx->user_id == uid && tctx->status != ThreadStatusInvalid) { in FindThreadByUid()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_thread.cc73 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached) { in ThreadCreate() argument
74 return thread_registry->CreateThread(user_id, detached, parent_tid, in ThreadCreate()
106 if (tctx->user_id == uid && tctx->status != ThreadStatusInvalid) { in FindThreadByUid()
/netbsd-src/external/bsd/libfido2/dist/examples/
H A Dcred.c28 static const unsigned char user_id[32] = { variable
260 r = fido_cred_set_user(cred, user_id, sizeof(user_id), "john smith", in main()

12