Searched refs:comp_skey (Results 1 - 3 of 3) sorted by relevance

/src/sys/crypto/aes/arch/x86/
H A Daes_sse2_4x32.c274 aes_sse2_4x32_keysched(uint32_t comp_skey[static 60], const void *key, argument
329 comp_skey[i] = (skey[j + 0] & 0x55555555)
338 unsigned num_rounds, const uint32_t comp_skey[static 60])
346 x = y = comp_skey[u];
337 aes_sse2_4x32_skey_expand(uint32_t skey[static120],unsigned num_rounds,const uint32_t comp_skey[static60]) argument
/src/sys/crypto/aes/
H A Daes_ct64.c338 br_aes_ct64_keysched(uint64_t comp_skey[static 30], argument
390 comp_skey[j + 0] =
395 comp_skey[j + 1] =
407 unsigned num_rounds, const uint64_t comp_skey[static 30])
415 x0 = x1 = x2 = x3 = comp_skey[u];
406 br_aes_ct64_skey_expand(uint64_t skey[static120],unsigned num_rounds,const uint64_t comp_skey[static30]) argument
H A Daes_ct.c270 br_aes_ct_keysched(uint32_t *comp_skey, const void *key, size_t key_len) argument
318 comp_skey[i] = (skey[j + 0] & 0x55555555)
327 unsigned num_rounds, const uint32_t *comp_skey)
335 x = y = comp_skey[u];
326 br_aes_ct_skey_expand(uint32_t * skey,unsigned num_rounds,const uint32_t * comp_skey) argument

Completed in 4 milliseconds