Searched defs:d (Results 1 – 3 of 3) sorted by relevance
/tinycrypt-latest/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 155 #define BYTES_TO_WORDS_4(a, b, c, d) 0x##d##c##b##a argument
|
/tinycrypt-latest/lib/source/ |
D | ecc_dh.c | 70 unsigned int *d, uECC_Curve curve) in uECC_make_key_with_d()
|
D | sha256.c | 183 unsigned int a, b, c, d, e, f, g, h; in compress() local
|