Home
last modified time | relevance | path

Searched refs:tmpc (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/crypto/openssl/crypto/rc5/asm/
H A Drc5-586.pl26 $tmpc="ecx";
68 &mov($tmpc, $B);
74 &mov($tmpc, $A);
95 &mov($tmpc, $A);
101 &mov($tmpc, $B);
/freebsd-14.2/contrib/wpa/src/tls/
H A Dlibtommath.c254 tmpc = c->dp; in s_mp_add()
286 *tmpc++ = u; in s_mp_add()
290 *tmpc++ = 0; in s_mp_add()
324 tmpc = c->dp; in s_mp_sub()
357 *tmpc++ = 0; in s_mp_sub()
1077 *tmpc = (*tmpc >> D) | (r << shift); in mp_div_2d()
1078 --tmpc; in mp_div_2d()
1423 *tmpc = ((*tmpc << d) | r) & MP_MASK; in mp_mul_2d()
1424 ++tmpc; in mp_mul_2d()
3361 tmpc = c->dp; in mp_mul_d()
[all …]
/freebsd-14.2/sys/security/mac/
H A Dmac_framework.c521 struct mac_policy_conf *last_mpc, *tmpc; in mac_policy_register() local
544 LIST_FOREACH(tmpc, mpc_list, mpc_list) { in mac_policy_register()
545 last_mpc = tmpc; in mac_policy_register()
546 if (strcmp(tmpc->mpc_name, mpc->mpc_name) == 0) { in mac_policy_register()
/freebsd-14.2/contrib/wpa/src/p2p/
H A Dp2p_utils.c325 const struct p2p_channels *tmpc = channels ? in p2p_get_pref_freq() local
328 if (tmpc == NULL) in p2p_get_pref_freq()
334 if (p2p_channels_includes_freq(tmpc, freq)) in p2p_get_pref_freq()