Searched defs:e (Results 1 – 5 of 5) sorted by relevance
/mcuboot-latest/ext/tinycrypt/lib/source/ |
D | hmac_prng.c | 78 static void update(TCHmacPrng_t prng, const uint8_t *e, unsigned int len) in update()
|
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
|
/mcuboot-latest/ext/fiat/src/ |
D | curve25519.c | 1232 uint8_t e[32]; in x25519_scalar_mult_generic() local
|