Searched refs:HP_DEV_ENCRYPT (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/hyperhold/ |
H A D | hp_device.h | 16 HP_DEV_ENCRYPT, enumerator
|
H A D | hp_device.c | 116 if (op == HP_DEV_ENCRYPT) in soft_crypt_page() 126 pr_err("%scrypt failed!\n", op == HP_DEV_ENCRYPT ? "en" : "de"); in soft_crypt_page()
|
H A D | hp_core.c | 638 if (soft_crypt_page(dev->ctfm, encrypted_page, page, HP_DEV_ENCRYPT)) { in get_encrypted_page()
|
/kernel/linux/linux-6.6/drivers/hyperhold/ |
H A D | hp_device.h | 16 HP_DEV_ENCRYPT, enumerator
|
H A D | hp_device.c | 122 if (op == HP_DEV_ENCRYPT) in soft_crypt_page() 132 pr_err("%scrypt failed!\n", op == HP_DEV_ENCRYPT ? "en" : "de"); in soft_crypt_page()
|
H A D | hp_core.c | 678 if (soft_crypt_page(dev->ctfm, encrypted_page, page, HP_DEV_ENCRYPT)) { in get_encrypted_page()
|
Completed in 4 milliseconds