Home
last modified time | relevance | path

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

/lib/
Dbch.c673 unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; in find_poly_deg3_roots() local
679 b2 = gf_div(bch, poly->c[1], e3); in find_poly_deg3_roots()
684 b = gf_mul(bch, a2, b2)^c2; /* b = a2b2 + c2 */ in find_poly_deg3_roots()
685 a = gf_sqr(bch, a2)^b2; /* a = a2^2 + b2 */ in find_poly_deg3_roots()
706 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local
743 b2 = gf_div(bch, a, d); in find_poly_deg4_roots()
748 b2 = c; in find_poly_deg4_roots()
752 if (find_affine4_roots(bch, a2, b2, c2, roots) == 4) { in find_poly_deg4_roots()
/lib/crypto/
Dcurve25519-hacl64.c356 u64 b2; in fdifference() local
362 b2 = tmp[2]; in fdifference()
367 tmp[2] = b2 + 0x3ffffffffffff8LLU; in fdifference()
731 u8 *b2 = output + 16; in format_fcontract_store() local
735 put_unaligned_le64(o2, b2); in format_fcontract_store()