Lines Matching full:iv
40 u8 iv[AES_BLOCK_SIZE]);
43 u8 iv[AES_BLOCK_SIZE]);
47 const u8 iv[AES_BLOCK_SIZE], bool enc);
51 u8 iv[AES_BLOCK_SIZE]);
188 walk.iv); in riscv64_aes_cbc_crypt()
193 walk.iv); in riscv64_aes_cbc_crypt()
245 cbc_len, req->iv); in riscv64_aes_cbc_cts_crypt()
253 req->cryptlen - cbc_len, req->iv); in riscv64_aes_cbc_cts_crypt()
260 walk.nbytes, req->iv, enc); in riscv64_aes_cbc_cts_crypt()
287 ctr32 = get_unaligned_be32(req->iv + 12); in riscv64_aes_ctr_crypt()
306 req->iv); in riscv64_aes_ctr_crypt()
318 p1_nbytes, req->iv); in riscv64_aes_ctr_crypt()
319 crypto_inc(req->iv, 12); in riscv64_aes_ctr_crypt()
326 nbytes - p1_nbytes, req->iv); in riscv64_aes_ctr_crypt()
368 /* Encrypt the IV with the tweak key to get the first tweak. */ in riscv64_aes_xts_crypt()
370 aes_encrypt_zvkned(&ctx->ctx2, req->iv, req->iv); in riscv64_aes_xts_crypt()
391 req->iv); in riscv64_aes_xts_crypt()
408 walk.dst.virt.addr, nbytes, req->iv); in riscv64_aes_xts_crypt()
412 walk.dst.virt.addr, nbytes, req->iv); in riscv64_aes_xts_crypt()
427 req->iv); in riscv64_aes_xts_crypt()
437 walk.dst.virt.addr, walk.nbytes, req->iv); in riscv64_aes_xts_crypt()
441 walk.dst.virt.addr, walk.nbytes, req->iv); in riscv64_aes_xts_crypt()