Home
last modified time | relevance | path

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

/netbsd-src/sys/crypto/aes/
H A Daes_ct_enc.c35 add_round_key(uint32_t *q, const uint32_t *sk) in add_round_key() function
109 add_round_key(q, skey); in br_aes_ct_bitslice_encrypt()
114 add_round_key(q, skey + (u << 3)); in br_aes_ct_bitslice_encrypt()
118 add_round_key(q, skey + (num_rounds << 3)); in br_aes_ct_bitslice_encrypt()
H A Daes_ct_dec.c96 add_round_key(uint32_t *q, const uint32_t *sk) in add_round_key() function
167 add_round_key(q, skey + (num_rounds << 3)); in br_aes_ct_bitslice_decrypt()
171 add_round_key(q, skey + (u << 3)); in br_aes_ct_bitslice_decrypt()
176 add_round_key(q, skey); in br_aes_ct_bitslice_decrypt()
/netbsd-src/sys/crypto/aes/arch/x86/
H A Daes_sse2_enc.c33 add_round_key(__m128i q[static 4], const uint64_t sk[static 8]) in add_round_key() function
126 add_round_key(q, skey); in aes_sse2_bitslice_encrypt()
131 add_round_key(q, skey + (u << 3)); in aes_sse2_bitslice_encrypt()
135 add_round_key(q, skey + (num_rounds << 3)); in aes_sse2_bitslice_encrypt()
H A Daes_sse2_dec.c74 add_round_key(__m128i q[static 4], const uint64_t sk[static 8]) in add_round_key() function
168 add_round_key(q, skey + (num_rounds << 3)); in aes_sse2_bitslice_decrypt()
172 add_round_key(q, skey + (u << 3)); in aes_sse2_bitslice_decrypt()
177 add_round_key(q, skey); in aes_sse2_bitslice_decrypt()