Lines Matching refs:key_enc
192 ctx->key_enc, rounds, blocks); in ecb_encrypt()
230 ctx->key_enc, rounds, blocks, walk->iv); in cbc_encrypt_walk()
328 ctx->key_enc, rounds, walk.nbytes, walk.iv); in cts_cbc_encrypt()
421 ctx->key1.key_enc, rounds, blocks, in essiv_cbc_encrypt()
422 req->iv, ctx->key2.key_enc); in essiv_cbc_encrypt()
444 req->iv, ctx->key2.key_enc); in essiv_cbc_decrypt()
482 aes_xctr_encrypt(dst, src, ctx->key_enc, rounds, nbytes, in xctr_encrypt()
527 aes_ctr_encrypt(dst, src, ctx->key_enc, rounds, nbytes, in ctr_encrypt()
584 ctx->key1.key_enc, rounds, nbytes, in xts_encrypt()
585 ctx->key2.key_enc, walk.iv, first); in xts_encrypt()
606 ctx->key1.key_enc, rounds, walk.nbytes, in xts_encrypt()
607 ctx->key2.key_enc, walk.iv, first); in xts_encrypt()
657 ctx->key2.key_enc, walk.iv, first); in xts_decrypt()
680 ctx->key2.key_enc, walk.iv, first); in xts_decrypt()
831 aes_ecb_encrypt(ctx->consts, (u8[AES_BLOCK_SIZE]){}, ctx->key.key_enc, in cmac_setkey()
860 aes_ecb_encrypt(key, ks[0], ctx->key.key_enc, rounds, 1); in xcbc_setkey()
861 aes_ecb_encrypt(ctx->consts, ks[1], ctx->key.key_enc, rounds, 2); in xcbc_setkey()
887 rem = aes_mac_update(in, ctx->key_enc, rounds, blocks, in mac_do_update()