Searched refs:comp_skey (Results 1 - 3 of 3) sorted by relevance
| /src/sys/crypto/aes/arch/x86/ |
| H A D | aes_sse2_4x32.c | 274 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 D | aes_ct64.c | 338 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 D | aes_ct.c | 270 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