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

12

/freebsd-11-stable/lib/libc/sys/
H A D__vdso_gettimeofday.c59 binuptime(struct bintime *bt, struct vdso_timekeep *tk, int abs) argument
67 if (!tk->tk_enabled)
70 curr = atomic_load_acq_32(&tk->tk_current);
71 th = &tk->tk_th[curr];
88 } while (curr != tk->tk_current || gen == 0 || gen != th->th_gen);
92 static struct vdso_timekeep *tk; variable in typeref:struct:vdso_timekeep
103 if (tk == NULL) {
104 error = __vdso_gettimekeep(&tk);
105 if (error != 0 || tk == NULL)
108 if (tk
[all...]
H A Dtrivial-vdso_tc.c44 __vdso_gettimekeep(struct vdso_timekeep **tk) argument
/freebsd-11-stable/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;
90 forced_memzero(tk, sizeof(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 Dsha512.c30 unsigned char tk[64]; local
44 if (sha512_vector(1, &key, &key_len, tk) < 0)
46 key = tk;
H A Dsha384.c30 unsigned char tk[48]; local
44 if (sha384_vector(1, &key, &key_len, tk) < 0)
46 key = tk;
H A Dcrypto_internal.c44 u8 tk[32]; local
79 MD5Final(tk, &ctx->u.md5);
80 key = tk;
98 SHA1Final(tk, &ctx->u.sha1);
99 key = tk;
118 sha256_done(&ctx->u.sha256, tk);
119 key = tk;
/freebsd-11-stable/lib/libc/arm/sys/
H A D__vdso_gettc.c85 __vdso_gettimekeep(struct vdso_timekeep **tk) argument
88 return (_elf_aux_info(AT_TIMEKEEP, tk, sizeof(*tk)));
/freebsd-11-stable/lib/libc/aarch64/sys/
H A D__vdso_gettc.c72 __vdso_gettimekeep(struct vdso_timekeep **tk) argument
75 return (_elf_aux_info(AT_TIMEKEEP, tk, sizeof(*tk)));
/freebsd-11-stable/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-stable/contrib/tcpdump/
H A Dsignature.c56 unsigned char tk[16]; local
66 MD5_Final(tk, &tctx);
68 key = tk;
/freebsd-11-stable/sbin/iscontrol/
H A Dconfig.c298 textkey_t *tk; local
300 for(tk = keyMap; tk->name && strcmp(tk->name, "end"); tk++) {
301 if(strcasecmp(key, tk->name) == 0)
302 return tk;
353 textkey_t *tk; local
365 if((tk = keyLookup(*ar)) == NULL)
367 setOption(op, tk
[all...]
/freebsd-11-stable/usr.bin/indent/
H A Dparse.c54 parse(int tk) /* tk: the code for the construct scanned */ argument
59 printf("%2d - %s\n", tk, token);
62 while (ps.p_stack[ps.tos] == ifhead && tk != elselit) {
70 switch (tk) { /* go on and figure out what to do with the
106 ps.p_stack[++ps.tos] = tk;
/freebsd-11-stable/contrib/dma/
H A Dcrypto.c196 unsigned char tk[16]; local
205 MD5_Final(tk, &tctx);
207 key = tk;
/freebsd-11-stable/sys/sys/
H A Dvdso.h69 int __vdso_gettimekeep(struct vdso_timekeep **tk);
/freebsd-11-stable/lib/libc/x86/sys/
H A D__vdso_gettc.c330 __vdso_gettimekeep(struct vdso_timekeep **tk) argument
333 return (_elf_aux_info(AT_TIMEKEEP, tk, sizeof(*tk)));
/freebsd-11-stable/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-stable/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-stable/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-stable/contrib/wpa/src/eap_server/
H A Deap_server_peap.c325 u8 *tk; local
333 tk = eap_server_tls_derive_key(sm, &data->ssl, "client EAP encryption",
335 if (tk == NULL)
337 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: TK", tk, 60);
341 os_memcpy(data->ipmk, tk, 40);
344 os_memcpy(data->cmk, tk + 40, 20);
347 os_free(tk);
361 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: TempKey", tk, 40);
362 res = peap_prfplus(data->peap_version, tk, 40,
367 os_free(tk);
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_peap.c254 u8 *tk; local
262 tk = data->key_data;
263 if (tk == NULL)
265 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: TK", tk, 60);
274 os_memcpy(data->ipmk, tk, 40);
277 os_memcpy(data->cmk, tk + 40, 20);
294 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: TempKey", tk, 40);
295 res = peap_prfplus(data->peap_version, tk, 40,
/freebsd-11-stable/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-stable/contrib/groff/src/preproc/eqn/
H A Dlex.cpp1085 int tk = get_token(1); local
1086 switch(tk) {
1144 return tk;
/freebsd-11-stable/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)

Completed in 314 milliseconds

12