Lines Matching refs:key_enc
145 (u8 *)ctx->key_enc, rounds, blocks); in ecb_encrypt()
185 (u8 *)ctx->key_enc, rounds, blocks, walk.iv); in cbc_encrypt()
225 (u8 *)ctx->key_enc, rounds, blocks, walk.iv); in ctr_encrypt()
241 aes_ctr_encrypt(tail, NULL, (u8 *)ctx->key_enc, rounds, in ctr_encrypt()
275 (u8 *)ctx->key1.key_enc, rounds, blocks, in xts_encrypt()
276 (u8 *)ctx->key2.key_enc, walk.iv, first); in xts_encrypt()
298 (u8 *)ctx->key2.key_enc, walk.iv, first); in xts_decrypt()
415 u8 *rk = (u8 *)ctx->key.key_enc; in cmac_setkey()
444 u8 *rk = (u8 *)ctx->key.key_enc; in xcbc_setkey()
478 aes_mac_update(in, ctx->key_enc, rounds, blocks, dg, enc_before, in mac_do_update()
483 __aes_arm64_encrypt(ctx->key_enc, dg, dg, rounds); in mac_do_update()
490 __aes_arm64_encrypt(ctx->key_enc, dg, dg, in mac_do_update()