Searched defs:num_rounds (Results 1 - 9 of 9) sorted by relevance
| /src/sys/crypto/aes/ |
| H A D | aes_ct_dec.c | 162 br_aes_ct_bitslice_decrypt(unsigned num_rounds, argument
|
| H A D | aes_ct_enc.c | 104 br_aes_ct_bitslice_encrypt(unsigned num_rounds, argument
|
| H A D | aes_ct64_dec.c | 151 br_aes_ct64_bitslice_decrypt(unsigned num_rounds, argument
|
| H A D | aes_ct64_enc.c | 107 br_aes_ct64_bitslice_encrypt(unsigned num_rounds, argument
|
| H A D | aes_ct.c | 272 unsigned num_rounds; local in function:br_aes_ct_keysched 348 unsigned num_rounds; local in function:br_aes_ct_keysched_stdenc 326 br_aes_ct_skey_expand(uint32_t * skey,unsigned num_rounds,const uint32_t * comp_skey) argument 395 unsigned num_rounds; local in function:br_aes_ct_keysched_stddec [all...] |
| H A D | aes_ct64.c | 341 unsigned num_rounds; local in function:br_aes_ct64_keysched 435 unsigned num_rounds; local in function:br_aes_ct64_keysched_stdenc 406 br_aes_ct64_skey_expand(uint64_t skey[static120],unsigned num_rounds,const uint64_t comp_skey[static30]) argument 482 unsigned num_rounds; local in function:br_aes_ct64_keysched_stddec [all...] |
| /src/sys/crypto/aes/arch/x86/ |
| H A D | aes_sse2_4x32_dec.c | 180 aes_sse2_4x32_bitslice_decrypt(unsigned num_rounds, argument
|
| H A D | aes_sse2_4x32_enc.c | 119 aes_sse2_4x32_bitslice_encrypt(unsigned num_rounds, argument
|
| H A D | aes_sse2_4x32.c | 277 unsigned num_rounds; local in function:aes_sse2_4x32_keysched 337 aes_sse2_4x32_skey_expand(uint32_t skey[static120],unsigned num_rounds,const uint32_t comp_skey[static60]) argument
|
Completed in 6 milliseconds