HomeSort by: relevance | last modified time | path
    Searched defs:add_round_key (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/crypto/aes/
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);
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));
  /src/sys/crypto/aes/arch/x86/
aes_sse2_dec.c 74 add_round_key(__m128i q[static 4], const uint64_t sk[static 8]) function in typeref:typename:void
168 add_round_key(q, skey + (num_rounds << 3));
172 add_round_key(q, skey + (u << 3));
177 add_round_key(q, skey);
aes_sse2_enc.c 33 add_round_key(__m128i q[static 4], const uint64_t sk[static 8]) function in typeref:typename:void
126 add_round_key(q, skey);
131 add_round_key(q, skey + (u << 3));
135 add_round_key(q, skey + (num_rounds << 3));

Completed in 137 milliseconds