Home
last modified time | relevance | path

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

/tinycrypt-latest/lib/include/tinycrypt/
Dhmac_prng.h82 struct tc_hmac_state_struct h; member
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
/tinycrypt-latest/lib/source/
Dsha256.c183 unsigned int a, b, c, d, e, f, g, h; in compress() local