Home
last modified time | relevance | path

Searched defs:d (Results 1 – 3 of 3) sorted by relevance

/tinycrypt-latest/lib/include/tinycrypt/
Decc.h154 #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/
Decc_dh.c70 unsigned int *d, uECC_Curve curve) in uECC_make_key_with_d()
Dsha256.c183 unsigned int a, b, c, d, e, f, g, h; in compress() local