Searched refs:add_round_key (Results 1 – 2 of 2) sorted by relevance
92 static inline void add_round_key(uint8_t *s, const unsigned int *k) in add_round_key() function144 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()
101 static inline void add_round_key(uint8_t *s, const unsigned int *k) in add_round_key() function172 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()