Home
last modified time | relevance | path

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

/linux-6.15/fs/crypto/
H A Dcrypto.c187 struct page *ciphertext_page; in fscrypt_encrypt_pagecache_blocks() local
200 ciphertext_page = fscrypt_alloc_bounce_page(gfp_flags); in fscrypt_encrypt_pagecache_blocks()
201 if (!ciphertext_page) in fscrypt_encrypt_pagecache_blocks()
206 &folio->page, ciphertext_page, in fscrypt_encrypt_pagecache_blocks()
209 fscrypt_free_bounce_page(ciphertext_page); in fscrypt_encrypt_pagecache_blocks()
213 SetPagePrivate(ciphertext_page); in fscrypt_encrypt_pagecache_blocks()
214 set_page_private(ciphertext_page, (unsigned long)folio); in fscrypt_encrypt_pagecache_blocks()
215 return ciphertext_page; in fscrypt_encrypt_pagecache_blocks()
/linux-6.15/block/
H A Dblk-crypto-fallback.c320 struct page *ciphertext_page = in blk_crypto_fallback_encrypt_bio() local
323 enc_bvec->bv_page = ciphertext_page; in blk_crypto_fallback_encrypt_bio()
325 if (!ciphertext_page) { in blk_crypto_fallback_encrypt_bio()
332 sg_set_page(&dst, ciphertext_page, data_unit_size, in blk_crypto_fallback_encrypt_bio()