Searched refs:add_round_key (Results 1 – 1 of 1) sorted by relevance
434 add_round_key(uint32_t *q, const uint32_t *sk) in add_round_key() function512 add_round_key(q, skey); in aes_ct_bitslice_encrypt()517 add_round_key(q, skey + (u << 3)); in aes_ct_bitslice_encrypt()521 add_round_key(q, skey + (num_rounds << 3)); in aes_ct_bitslice_encrypt()647 add_round_key(q, skey + (num_rounds << 3)); in aes_ct_bitslice_decrypt()651 add_round_key(q, skey + (u << 3)); in aes_ct_bitslice_decrypt()656 add_round_key(q, skey); in aes_ct_bitslice_decrypt()