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

/linux-master/fs/crypto/
H A Dcrypto.c190 struct page *ciphertext_page; local
202 ciphertext_page = fscrypt_alloc_bounce_page(gfp_flags);
203 if (!ciphertext_page)
208 page, ciphertext_page,
211 fscrypt_free_bounce_page(ciphertext_page);
215 SetPagePrivate(ciphertext_page);
216 set_page_private(ciphertext_page, (unsigned long)page);
217 return ciphertext_page;
/linux-master/block/
H A Dblk-crypto-fallback.c320 struct page *ciphertext_page = local
323 enc_bvec->bv_page = ciphertext_page;
325 if (!ciphertext_page) {
332 sg_set_page(&dst, ciphertext_page, data_unit_size,

Completed in 138 milliseconds