Home
last modified time | relevance | path

Searched refs:add_round_key (Results 1 – 2 of 2) sorted by relevance

/mcuboot-latest/ext/tinycrypt/lib/source/
Daes_decrypt.c92 static inline void add_round_key(uint8_t *s, const unsigned int *k) in add_round_key() function
144 add_round_key(state, s->words + Nb*Nr); in tc_aes_decrypt()
149 add_round_key(state, s->words + Nb*i); in tc_aes_decrypt()
155 add_round_key(state, s->words); in tc_aes_decrypt()
Daes_encrypt.c101 static inline void add_round_key(uint8_t *s, const unsigned int *k) in add_round_key() function
172 add_round_key(state, s->words); in tc_aes_encrypt()
178 add_round_key(state, s->words + Nb*(i+1)); in tc_aes_encrypt()
183 add_round_key(state, s->words + Nb*(i+1)); in tc_aes_encrypt()