Searched defs:g (Results 1 – 4 of 4) sorted by relevance
/mcuboot-latest/ext/fiat/src/ |
D | curve25519.c | 159 static void fe_add(fe_loose *h, const fe *f, const fe *g) { in fe_add() 168 static void fe_sub(fe_loose *h, const fe *f, const fe *g) { in fe_sub() 190 static void fe_mul_ltt(fe_loose *h, const fe *f, const fe *g) { in fe_mul_ltt() 194 static void fe_mul_ttt(fe *h, const fe *f, const fe *g) { in fe_mul_ttt() 198 static void fe_mul_tlt(fe *h, const fe_loose *f, const fe *g) { in fe_mul_tlt() 202 static void fe_mul_ttl(fe *h, const fe *f, const fe_loose *g) { in fe_mul_ttl() 206 static void fe_mul_tll(fe *h, const fe_loose *f, const fe_loose *g) { in fe_mul_tll() 1150 static void fe_cswap(fe *f, fe *g, fe_limb_t b) { in fe_cswap()
|
/mcuboot-latest/ext/tinycrypt/lib/source/ |
D | sha256.c | 183 unsigned int a, b, c, d, e, f, g, h; in compress() local
|
/mcuboot-latest/ext/tinycrypt-sha512/lib/source/ |
D | sha512.c | 200 uint64_t a, b, c, d, e, f, g, h; in compress() local
|
/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/ |
D | ecc.h | 154 #define BYTES_TO_WORDS_8(a, b, c, d, e, f, g, h) 0x##d##c##b##a, 0x##h##g##f##e argument
|