Searched refs:add_round_key (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/ |
D | aes_decrypt.c | 92 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()
|
D | aes_encrypt.c | 101 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()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | aes_decrypt.c | 92 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()
|
D | aes_encrypt.c | 101 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()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | aes.c | 405 static void add_round_key( uint_8t d[N_BLOCK], const uint_8t k[N_BLOCK] ) in add_round_key() function 583 add_round_key( s1, ctx->ksch + r * N_BLOCK); 634 add_round_key( s1, ctx->ksch + r * N_BLOCK ); 712 add_round_key( s1, o_key ); 768 add_round_key( s1, o_key ); 836 add_round_key( s1, o_key + 16 ); 839 add_round_key( s1, o_key ); 917 add_round_key( s1, o_key + 16 ); 919 add_round_key( s1, o_key );
|