Home
last modified time | relevance | path

Searched refs:enc_bvec (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/block/
H A Dblk-crypto-fallback.c317 struct bio_vec *enc_bvec = &enc_bio->bi_io_vec[i]; in blk_crypto_fallback_encrypt_bio() local
318 struct page *plaintext_page = enc_bvec->bv_page; in blk_crypto_fallback_encrypt_bio()
322 enc_bvec->bv_page = ciphertext_page; in blk_crypto_fallback_encrypt_bio()
330 enc_bvec->bv_offset); in blk_crypto_fallback_encrypt_bio()
332 enc_bvec->bv_offset); in blk_crypto_fallback_encrypt_bio()
335 for (j = 0; j < enc_bvec->bv_len; j += data_unit_size) { in blk_crypto_fallback_encrypt_bio()