Searched refs:soft_crypt_page (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/hyperhold/ |
H A D | hp_device.h | 35 int soft_crypt_page(struct crypto_skcipher *ctfm,
|
H A D | hp_device.c | 91 int soft_crypt_page(struct crypto_skcipher *ctfm, struct page *dst_page, in soft_crypt_page() function
|
H A D | hp_core.c | 638 if (soft_crypt_page(dev->ctfm, encrypted_page, page, HP_DEV_ENCRYPT)) { in get_encrypted_page() 677 BUG_ON(soft_crypt_page(dev->ctfm, hpio->pages[i], page, HP_DEV_DECRYPT)); in hp_endio_work()
|
/kernel/linux/linux-6.6/drivers/hyperhold/ |
H A D | hp_device.h | 35 int soft_crypt_page(struct crypto_skcipher *ctfm,
|
H A D | hp_device.c | 97 int soft_crypt_page(struct crypto_skcipher *ctfm, struct page *dst_page, in soft_crypt_page() function
|
H A D | hp_core.c | 678 if (soft_crypt_page(dev->ctfm, encrypted_page, page, HP_DEV_ENCRYPT)) { in get_encrypted_page() 717 BUG_ON(soft_crypt_page(dev->ctfm, hpio->pages[i], page, HP_DEV_DECRYPT)); in hp_endio_work()
|
Completed in 4 milliseconds