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

/freebsd-12-stable/contrib/bearssl/src/ec/
H A Dec_p256_m15.c99 norm13(uint32_t *d, const uint32_t *w, size_t len) function
343 cc = norm13(d, w, 40);
766 d[39] = norm13(d, t, 39);
984 d[39] = norm13(d, t, 39);
1023 norm13(d, d, 20);
1111 cc = norm13(t, t, 20);
1141 norm13(d, t, 20);
1200 cc = norm13(t, t, 20);
1230 norm13(d, t, 20);
1372 norm13(t
[all...]
H A Dec_c25519_m15.c144 norm13(uint32_t *d, const uint32_t *w, size_t len) function
388 cc = norm13(d, w, 40);
812 d[39] = norm13(d, t, 39);
1031 d[39] = norm13(d, t, 39);

Completed in 113 milliseconds