Home
last modified time | relevance | path

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

/mcuboot-latest/ext/fiat/src/
Dcurve25519.c56 static uint64_t load_3(const uint8_t *in) { in load_3() function
720 int64_t s0 = 2097151 & load_3(s); in x25519_sc_reduce()
722 int64_t s2 = 2097151 & (load_3(s + 5) >> 2); in x25519_sc_reduce()
725 int64_t s5 = 2097151 & (load_3(s + 13) >> 1); in x25519_sc_reduce()
727 int64_t s7 = 2097151 & (load_3(s + 18) >> 3); in x25519_sc_reduce()
728 int64_t s8 = 2097151 & load_3(s + 21); in x25519_sc_reduce()
730 int64_t s10 = 2097151 & (load_3(s + 26) >> 2); in x25519_sc_reduce()
733 int64_t s13 = 2097151 & (load_3(s + 34) >> 1); in x25519_sc_reduce()
735 int64_t s15 = 2097151 & (load_3(s + 39) >> 3); in x25519_sc_reduce()
736 int64_t s16 = 2097151 & load_3(s + 42); in x25519_sc_reduce()
[all …]