Home
last modified time | relevance | path

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

/hostap-latest/src/tls/
Dlibtommath.c1603 mp_int ta, tb, tq, q; in mp_div() local
1625 if ((res = mp_init_multi(&ta, &tb, &tq, &q, NULL)) != MP_OKAY) { in mp_div()
1632 if (((res = mp_abs(a, &ta)) != MP_OKAY) || in mp_div()
1640 if (mp_cmp(&tb, &ta) != MP_GT) { in mp_div()
1641 if (((res = mp_sub(&ta, &tb, &ta)) != MP_OKAY) || in mp_div()
1660 mp_exch(d, &ta); in mp_div()
1664 mp_clear_multi(&ta, &tb, &tq, &q, NULL); in mp_div()
/hostap-latest/src/crypto/
Dcrypto_wolfssl.c1938 ecc_point *ta = NULL, *tb = NULL; in crypto_ec_point_add() local
1957 ta = wc_ecc_new_point(); in crypto_ec_point_add()
1958 if (!ta) { in crypto_ec_point_add()
1964 wc_ecc_del_point(ta); in crypto_ec_point_add()
1969 if (mp_mulmod(pa->x, &mu, modulus, ta->x) != MP_OKAY || in crypto_ec_point_add()
1970 mp_mulmod(pa->y, &mu, modulus, ta->y) != MP_OKAY || in crypto_ec_point_add()
1971 mp_mulmod(pa->z, &mu, modulus, ta->z) != MP_OKAY || in crypto_ec_point_add()
1978 pa = ta; in crypto_ec_point_add()
1995 wc_ecc_del_point(ta); in crypto_ec_point_add()
/hostap-latest/wlantest/
Dtkip.c358 os_memcpy(frag->ta, hdr->addr2, ETH_ALEN); in tkip_decrypt()
366 ether_addr_equal(frag->ta, hdr->addr2)) { in tkip_decrypt()
Dwlantest.h206 u8 ta[ETH_ALEN]; member