Introduction to the Linux Kernel Crypto API
Overview The Linux Kernel Crypto API provides a rich set of encryption algorithms and other data transformation mechanisms, defining a unified method for invoking these mechanisms. In the Kernel Crypto API, all algorithms are collectively referred to as “transformations”; thus, handle variables related to cryptographic algorithms are typically named <span>tfm</span>. In addition to encryption operations, … Read more