Searched refs:add_round_key (Results 1 - 6 of 6) sorted by relevance
| /src/sys/crypto/aes/ |
| H A D | aes_ct_enc.c | 35 add_round_key(uint32_t *q, const uint32_t *sk) function in typeref:typename:void 109 add_round_key(q, skey); 114 add_round_key(q, skey + (u << 3)); 118 add_round_key(q, skey + (num_rounds << 3));
|
| H A D | aes_ct64_enc.c | 35 add_round_key(uint64_t q[static 8], const uint64_t sk[static 8]) function in typeref:typename:void 112 add_round_key(q, skey); 117 add_round_key(q, skey + (u << 3)); 121 add_round_key(q, skey + (num_rounds << 3));
|
| H A D | aes_ct_dec.c | 96 add_round_key(uint32_t *q, const uint32_t *sk) function in typeref:typename:void 167 add_round_key(q, skey + (num_rounds << 3)); 171 add_round_key(q, skey + (u << 3)); 176 add_round_key(q, skey);
|
| H A D | aes_ct64_dec.c | 82 add_round_key(uint64_t q[static 8], const uint64_t sk[static 8]) function in typeref:typename:void 156 add_round_key(q, skey + (num_rounds << 3)); 160 add_round_key(q, skey + (u << 3)); 165 add_round_key(q, skey);
|
| /src/sys/crypto/aes/arch/x86/ |
| H A D | aes_sse2_4x32_enc.c | 35 add_round_key(__m128i q[static 8], const uint32_t sk[static 8]) function in typeref:typename:void 124 add_round_key(q, skey); 129 add_round_key(q, skey + (u << 3)); 133 add_round_key(q, skey + (num_rounds << 3));
|
| H A D | aes_sse2_4x32_dec.c | 96 add_round_key(__m128i q[static 8], const uint32_t sk[static 8]) function in typeref:typename:void 185 add_round_key(q, skey + (num_rounds << 3)); 189 add_round_key(q, skey + (u << 3)); 194 add_round_key(q, skey);
|
Completed in 7 milliseconds