Home
last modified time | relevance | path

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

/lib/source/
A Dsha256.c167 #define Ch(a, b, c)(((a) & (b)) ^ ((~(a)) & (c))) argument
168 #define Maj(a, b, c)(((a) & (b)) ^ ((a) & (c)) ^ ((b) & (c))) argument
170 static inline unsigned int BigEndian(const uint8_t **c) in BigEndian()
183 unsigned int a, b, c, d, e, f, g, h; in compress() local
A Dccm_mode.c39 int tc_ccm_config(TCCcmMode_t c, TCAesKeySched_t sched, uint8_t *nonce, in tc_ccm_config()
140 unsigned int plen, TCCcmMode_t c) in tc_ccm_generation_encryption()
201 unsigned int plen, TCCcmMode_t c) in tc_ccm_decryption_verification()
/lib/include/tinycrypt/
A 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

Completed in 16 milliseconds