Searched refs:tk (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-11.0-release/lib/libc/sys/
H A D__vdso_gettimeofday.c55 binuptime(struct bintime *bt, struct vdso_timekeep *tk, int abs) argument
61 if (!tk->tk_enabled)
64 curr = atomic_load_acq_32(&tk->tk_current);
65 th = &tk->tk_th[curr];
79 } while (curr != tk->tk_current || gen == 0 || gen != th->th_gen);
83 static struct vdso_timekeep *tk; variable in typeref:struct:vdso_timekeep
94 if (tk == NULL) {
95 error = __vdso_gettimekeep(&tk);
96 if (error != 0 || tk == NULL)
99 if (tk
[all...]
H A Dtrivial-vdso_tc.c44 __vdso_gettimekeep(struct vdso_timekeep **tk) argument
/freebsd-11.0-release/contrib/wpa/src/crypto/
H A Dmd5.c30 u8 tk[16]; local
45 if (md5_vector(1, &key, &key_len, tk))
47 key = tk;
91 os_memset(tk, 0, sizeof(tk));
H A Dsha1.c30 unsigned char tk[20]; local
45 if (sha1_vector(1, &key, &key_len, tk))
47 key = tk;
H A Dsha256.c30 unsigned char tk[32]; local
44 if (sha256_vector(1, &key, &key_len, tk) < 0)
46 key = tk;
H A Dcrypto_internal.c36 u8 tk[32]; local
61 MD5Final(tk, &ctx->u.md5);
62 key = tk;
80 SHA1Final(tk, &ctx->u.sha1);
81 key = tk;
100 sha256_done(&ctx->u.sha256, tk);
101 key = tk;
/freebsd-11.0-release/lib/libc/aarch64/sys/
H A D__vdso_gettc.c70 __vdso_gettimekeep(struct vdso_timekeep **tk) argument
73 return (_elf_aux_info(AT_TIMEKEEP, tk, sizeof(*tk)));
/freebsd-11.0-release/lib/libc/amd64/sys/
H A D__vdso_gettc.c66 __vdso_gettimekeep(struct vdso_timekeep **tk) argument
69 return (_elf_aux_info(AT_TIMEKEEP, tk, sizeof(*tk)));
/freebsd-11.0-release/lib/libc/arm/sys/
H A D__vdso_gettc.c82 __vdso_gettimekeep(struct vdso_timekeep **tk) argument
85 return (_elf_aux_info(AT_TIMEKEEP, tk, sizeof(*tk)));
/freebsd-11.0-release/sys/kern/
H A Dkern_sharedpage.c138 struct vdso_timekeep *tk; local
150 tk = (struct vdso_timekeep *)(shared_page_mapping +
152 tk->tk_th[idx].th_gen = 0;
155 tk->tk_th[idx] = th;
156 atomic_store_rel_32(&tk->tk_th[idx].th_gen, svtk->sv_timekeep_gen);
157 atomic_store_rel_32(&tk->tk_current, idx);
163 tk->tk_enabled = enabled;
171 struct vdso_timekeep32 *tk; local
183 tk = (struct vdso_timekeep32 *)(shared_page_mapping +
185 tk
[all...]
/freebsd-11.0-release/lib/libc/i386/sys/
H A D__vdso_gettc.c110 __vdso_gettimekeep(struct vdso_timekeep **tk) argument
113 return (_elf_aux_info(AT_TIMEKEEP, tk, sizeof(*tk)));
/freebsd-11.0-release/contrib/tcpdump/
H A Dsignature.c55 unsigned char tk[16]; local
65 MD5_Final(tk, &tctx);
67 key = tk;
/freebsd-11.0-release/sbin/iscontrol/
H A Dconfig.c296 textkey_t *tk; local
298 for(tk = keyMap; tk->name && strcmp(tk->name, "end"); tk++) {
299 if(strcasecmp(key, tk->name) == 0)
300 return tk;
351 textkey_t *tk; local
363 if((tk = keyLookup(*ar)) == NULL)
365 setOption(op, tk
[all...]
/freebsd-11.0-release/usr.bin/indent/
H A Dparse.c53 parse(int tk) /* tk: the code for the construct scanned */ argument
58 printf("%2d - %s\n", tk, token);
61 while (ps.p_stack[ps.tos] == ifhead && tk != elselit) {
69 switch (tk) { /* go on and figure out what to do with the
99 ps.p_stack[++ps.tos] = tk;
/freebsd-11.0-release/contrib/dma/
H A Dcrypto.c196 unsigned char tk[16]; local
205 MD5_Final(tk, &tctx);
207 key = tk;
/freebsd-11.0-release/sys/sys/
H A Dvdso.h66 int __vdso_gettimekeep(struct vdso_timekeep **tk);
/freebsd-11.0-release/contrib/gcclibs/libiberty/
H A Dcplus-dem.c1630 string *s, type_kind_t tk)
1671 success = demangle_template_value_parm (work, mangled, s, tk);
1824 string *s, type_kind_t tk)
1844 else if (tk == tk_integral)
1846 else if (tk == tk_char)
1867 else if (tk == tk_bool)
1877 else if (tk == tk_real)
1879 else if (tk == tk_pointer || tk == tk_reference)
1903 if (tk
1629 demangle_expression(struct work_stuff *work, const char **mangled, string *s, type_kind_t tk) argument
1823 demangle_template_value_parm(struct work_stuff *work, const char **mangled, string *s, type_kind_t tk) argument
3390 type_kind_t tk = tk_none; local
3698 type_kind_t tk = tk_integral; local
[all...]
/freebsd-11.0-release/contrib/binutils/libiberty/
H A Dcplus-dem.c1630 string *s, type_kind_t tk)
1671 success = demangle_template_value_parm (work, mangled, s, tk);
1824 string *s, type_kind_t tk)
1844 else if (tk == tk_integral)
1846 else if (tk == tk_char)
1867 else if (tk == tk_bool)
1877 else if (tk == tk_real)
1879 else if (tk == tk_pointer || tk == tk_reference)
1903 if (tk
1629 demangle_expression(struct work_stuff *work, const char **mangled, string *s, type_kind_t tk) argument
1823 demangle_template_value_parm(struct work_stuff *work, const char **mangled, string *s, type_kind_t tk) argument
3390 type_kind_t tk = tk_none; local
3698 type_kind_t tk = tk_integral; local
[all...]
/freebsd-11.0-release/contrib/binutils/
H A DMakefile.def112 host_modules= { module= tk; extra_make_flags="$(X11_FLAGS_TO_PASS)"; };
327 dependencies = { module=configure-libgui; on=configure-tk; };
329 dependencies = { module=all-libgui; on=all-tk; };
382 dependencies = { module=all-dejagnu; on=all-tk; };
384 dependencies = { module=configure-expect; on=configure-tk; };
386 dependencies = { module=all-expect; on=all-tk; };
391 dependencies = { module=configure-itcl; on=configure-tk; };
393 dependencies = { module=all-itcl; on=all-tk; };
396 dependencies = { module=configure-tk; on=configure-tcl; };
397 dependencies = { module=all-tk; o
[all...]
/freebsd-11.0-release/contrib/unbound/validator/
H A Dval_anchor.c861 struct ta_key* tk; local
912 for(tk = ta->keylist; tk; tk = tk->next) {
913 if(tk->type != type)
915 pd->rr_len[i] = tk->len;
917 pd->rr_data[i] = tk->data;
/freebsd-11.0-release/contrib/wpa/src/eap_peer/
H A Deap_peap.c257 u8 *tk; local
264 tk = data->key_data;
265 if (tk == NULL)
267 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: TK", tk, 60);
272 os_memcpy(data->ipmk, tk, 40);
275 os_memcpy(data->cmk, tk + 40, 20);
292 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: TempKey", tk, 40);
293 if (peap_prfplus(data->peap_version, tk, 40,
/freebsd-11.0-release/contrib/wpa/src/eap_server/
H A Deap_server_peap.c325 u8 *tk; local
332 tk = eap_server_tls_derive_key(sm, &data->ssl, "client EAP encryption",
334 if (tk == NULL)
336 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: TK", tk, 60);
348 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: TempKey", tk, 40);
349 if (peap_prfplus(data->peap_version, tk, 40,
352 os_free(tk);
358 os_free(tk);
/freebsd-11.0-release/contrib/groff/src/preproc/eqn/
H A Dlex.cpp1085 int tk = get_token(1); local
1086 switch(tk) {
1144 return tk;
/freebsd-11.0-release/usr.sbin/sicontrol/
H A Dsicontrol.c648 islevel(char *tk) argument
653 for (acp = tk; *acp; acp++)
657 if (strcmp(lvp->lv_name, tk) == 0)
/freebsd-11.0-release/contrib/wpa/src/rsn_supp/
H A Dpeerkey.c700 os_memcpy(buf, &stk->tk[16], 8);
701 os_memcpy(&stk->tk[16], &stk->tk[24], 8);
702 os_memcpy(&stk->tk[24], buf, 8);
858 _key = peerkey->stk.tk;
893 rsc, sizeof(rsc), peerkey->stk.tk,

Completed in 342 milliseconds

12