Home
last modified time | relevance | path

Searched defs:s2 (Results 1 – 2 of 2) sorted by relevance

/mcuboot-latest/boot/bootutil/src/
Dbootutil_misc.c67 fih_ret boot_fih_memequal(const void *s1, const void *s2, size_t n) in boot_fih_memequal()
72 fih_ret boot_fih_memequal(const void *s1, const void *s2, size_t n) in boot_fih_memequal()
/mcuboot-latest/ext/fiat/src/
Dcurve25519.c722 int64_t s2 = 2097151 & (load_3(s + 5) >> 2); in x25519_sc_reduce() local