Lines Matching refs:norm13
99 norm13(uint32_t *d, const uint32_t *w, size_t len) in norm13() function
343 cc = norm13(d, w, 40); in mul20()
766 d[39] = norm13(d, t, 39); in mul20()
984 d[39] = norm13(d, t, 39); in square20()
1023 norm13(d, d, 20); in reduce_f256()
1111 cc = norm13(t, t, 20); in mul_f256()
1141 norm13(d, t, 20); in mul_f256()
1200 cc = norm13(t, t, 20); in square_f256()
1230 norm13(d, t, 20); in square_f256()
1372 norm13(t1, t1, 20); in p256_double()
1373 norm13(t2, t2, 20); in p256_double()
1382 norm13(t1, t1, 20); in p256_double()
1391 norm13(t3, t3, 20); in p256_double()
1396 norm13(t2, t2, 20); in p256_double()
1406 norm13(Q->x, Q->x, 20); in p256_double()
1416 norm13(Q->z, Q->z, 20); in p256_double()
1426 norm13(t2, t2, 20); in p256_double()
1432 norm13(Q->y, Q->y, 20); in p256_double()
1512 norm13(t2, t2, 20); in p256_add()
1513 norm13(t4, t4, 20); in p256_add()
1536 norm13(P1->x, P1->x, 20); in p256_add()
1545 norm13(t6, t6, 20); in p256_add()
1551 norm13(P1->y, P1->y, 20); in p256_add()
1635 norm13(t2, t2, 20); in p256_add_mixed()
1636 norm13(t4, t4, 20); in p256_add_mixed()
1659 norm13(P1->x, P1->x, 20); in p256_add_mixed()
1668 norm13(t6, t6, 20); in p256_add_mixed()
1674 norm13(P1->y, P1->y, 20); in p256_add_mixed()
1728 norm13(t1, t1, 20); in p256_decode()