Lines Matching refs:sk_exp
57 uint64_t sk_exp[120]; in br_aes_ct64_ctrcbc_ctr() local
59 br_aes_ct64_skey_expand(sk_exp, ctx->num_rounds, ctx->skey); in br_aes_ct64_ctrcbc_ctr()
106 br_aes_ct64_bitslice_encrypt(ctx->num_rounds, sk_exp, q); in br_aes_ct64_ctrcbc_ctr()
136 uint64_t sk_exp[120]; in br_aes_ct64_ctrcbc_mac() local
138 br_aes_ct64_skey_expand(sk_exp, ctx->num_rounds, ctx->skey); in br_aes_ct64_ctrcbc_mac()
157 br_aes_ct64_bitslice_encrypt(ctx->num_rounds, sk_exp, q); in br_aes_ct64_ctrcbc_mac()
190 uint64_t sk_exp[120]; in br_aes_ct64_ctrcbc_encrypt() local
194 br_aes_ct64_skey_expand(sk_exp, ctx->num_rounds, ctx->skey); in br_aes_ct64_ctrcbc_encrypt()
248 br_aes_ct64_bitslice_encrypt(ctx->num_rounds, sk_exp, q); in br_aes_ct64_ctrcbc_encrypt()
299 ctx->num_rounds, sk_exp, q); in br_aes_ct64_ctrcbc_encrypt()
329 uint64_t sk_exp[120]; in br_aes_ct64_ctrcbc_decrypt() local
332 br_aes_ct64_skey_expand(sk_exp, ctx->num_rounds, ctx->skey); in br_aes_ct64_ctrcbc_decrypt()
386 br_aes_ct64_bitslice_encrypt(ctx->num_rounds, sk_exp, q); in br_aes_ct64_ctrcbc_decrypt()