Home
last modified time | relevance | path

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

/openbmc/linux/fs/crypto/
H A Dcrypto.c181 struct page *ciphertext_page; in fscrypt_encrypt_pagecache_blocks() local
193 ciphertext_page = fscrypt_alloc_bounce_page(gfp_flags); in fscrypt_encrypt_pagecache_blocks()
194 if (!ciphertext_page) in fscrypt_encrypt_pagecache_blocks()
199 page, ciphertext_page, in fscrypt_encrypt_pagecache_blocks()
202 fscrypt_free_bounce_page(ciphertext_page); in fscrypt_encrypt_pagecache_blocks()
206 SetPagePrivate(ciphertext_page); in fscrypt_encrypt_pagecache_blocks()
207 set_page_private(ciphertext_page, (unsigned long)page); in fscrypt_encrypt_pagecache_blocks()
208 return ciphertext_page; in fscrypt_encrypt_pagecache_blocks()
/openbmc/linux/block/
H A Dblk-crypto-fallback.c319 struct page *ciphertext_page = in blk_crypto_fallback_encrypt_bio() local
322 enc_bvec->bv_page = ciphertext_page; in blk_crypto_fallback_encrypt_bio()
324 if (!ciphertext_page) { in blk_crypto_fallback_encrypt_bio()
331 sg_set_page(&dst, ciphertext_page, data_unit_size, in blk_crypto_fallback_encrypt_bio()