Lines Matching refs:sk_exp
57 uint32_t sk_exp[120]; in br_aes_ct_ctrcbc_ctr() local
59 br_aes_ct_skey_expand(sk_exp, ctx->num_rounds, ctx->skey); in br_aes_ct_ctrcbc_ctr()
107 br_aes_ct_bitslice_encrypt(ctx->num_rounds, sk_exp, q); in br_aes_ct_ctrcbc_ctr()
141 uint32_t sk_exp[120]; in br_aes_ct_ctrcbc_mac() local
143 br_aes_ct_skey_expand(sk_exp, ctx->num_rounds, ctx->skey); in br_aes_ct_ctrcbc_mac()
162 br_aes_ct_bitslice_encrypt(ctx->num_rounds, sk_exp, q); in br_aes_ct_ctrcbc_mac()
194 uint32_t sk_exp[120]; in br_aes_ct_ctrcbc_encrypt() local
197 br_aes_ct_skey_expand(sk_exp, ctx->num_rounds, ctx->skey); in br_aes_ct_ctrcbc_encrypt()
248 br_aes_ct_bitslice_encrypt(ctx->num_rounds, sk_exp, q); in br_aes_ct_ctrcbc_encrypt()
295 br_aes_ct_bitslice_encrypt(ctx->num_rounds, sk_exp, q); in br_aes_ct_ctrcbc_encrypt()
324 uint32_t sk_exp[120]; in br_aes_ct_ctrcbc_decrypt() local
326 br_aes_ct_skey_expand(sk_exp, ctx->num_rounds, ctx->skey); in br_aes_ct_ctrcbc_decrypt()
377 br_aes_ct_bitslice_encrypt(ctx->num_rounds, sk_exp, q); in br_aes_ct_ctrcbc_decrypt()