Searched refs:ciphertext_page (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/crypto/ |
H A D | crypto.c | 173 struct page *ciphertext_page; in fscrypt_encrypt_pagecache_blocks() local 185 ciphertext_page = fscrypt_alloc_bounce_page(gfp_flags); in fscrypt_encrypt_pagecache_blocks() 186 if (!ciphertext_page) in fscrypt_encrypt_pagecache_blocks() 191 page, ciphertext_page, in fscrypt_encrypt_pagecache_blocks() 194 fscrypt_free_bounce_page(ciphertext_page); in fscrypt_encrypt_pagecache_blocks() 198 SetPagePrivate(ciphertext_page); in fscrypt_encrypt_pagecache_blocks() 199 set_page_private(ciphertext_page, (unsigned long)page); in fscrypt_encrypt_pagecache_blocks() 200 return ciphertext_page; in fscrypt_encrypt_pagecache_blocks()
|
/kernel/linux/linux-6.6/fs/crypto/ |
H A D | crypto.c | 181 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()
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-crypto-fallback.c | 316 struct page *ciphertext_page = in blk_crypto_fallback_encrypt_bio() local 319 enc_bvec->bv_page = ciphertext_page; in blk_crypto_fallback_encrypt_bio() 321 if (!ciphertext_page) { in blk_crypto_fallback_encrypt_bio() 328 sg_set_page(&dst, ciphertext_page, data_unit_size, in blk_crypto_fallback_encrypt_bio()
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-crypto-fallback.c | 319 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()
|
Completed in 4 milliseconds