Home
last modified time | relevance | path

Searched refs:pb (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/src/tls/
Dlibtommath.c2336 int res, pa, pb, ix, iy; in s_mp_mul_digs() local
2362 pb = MIN (b->used, digs - ix); in s_mp_mul_digs()
2375 for (iy = 0; iy < pb; iy++) { in s_mp_mul_digs()
2589 int res, pa, pb, ix, iy; in s_mp_mul_high_digs() local
2608 pb = b->used; in s_mp_mul_high_digs()
2622 for (iy = digs - ix; iy < pb; iy++) { in s_mp_mul_high_digs()
/hostap-latest/src/crypto/
Dcrypto_wolfssl.c1939 ecc_point *pa = (ecc_point *) a, *pb = (ecc_point *) b; in crypto_ec_point_add() local
1972 mp_mulmod(pb->x, &mu, modulus, tb->x) != MP_OKAY || in crypto_ec_point_add()
1973 mp_mulmod(pb->y, &mu, modulus, tb->y) != MP_OKAY || in crypto_ec_point_add()
1974 mp_mulmod(pb->z, &mu, modulus, tb->z) != MP_OKAY) { in crypto_ec_point_add()
1979 pb = tb; in crypto_ec_point_add()
1982 ret = ecc_projective_add_point(pa, pb, (ecc_point *) c, &e->a, in crypto_ec_point_add()