加密核心模組在 Raspberry Pi 2 上的 linux 3.18.11 上不可用

加密核心模組在 Raspberry Pi 2 上的 linux 3.18.11 上不可用

我嘗試在 Raspberry Pi 2 上使用 dm-crypt 和 Raspbian (debian) 打開 trueCrypt 卷,但我得到

Required kernel crypto interface not available.
Ensure you have algif_skcipher kernel module loaded.

我的研究表明 algif_skcipher 自 以來應該可用2.6.38,但我的核心版本是3.18.11-v7+(根據uname)。為什麼該模組不可用,更重要的是我該如何解決這個問題?

相關內容