Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/ec/
H A Dec_p256_m15.c1023 norm13(d, d, 20); in reduce_f256()
1141 norm13(d, t, 20); in mul_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()
1426 norm13(t2, t2, 20); in p256_double()
1512 norm13(t2, t2, 20); in p256_add()
[all …]
H A Dec_c25519_m15.c144 norm13(uint32_t *d, const uint32_t *w, size_t len) in norm13() function
388 cc = norm13(d, w, 40); in mul20()
812 d[39] = norm13(d, t, 39); in mul20()
1031 d[39] = norm13(d, t, 39); in square20()