如何将加密算法添加到 linux crypto api
how to add an crypto algorithm to linux crypto api
我需要将特定的加密算法添加到 Linux 加密 API,这样我就可以在 /proc/crypto 中看到它并在 IPsec ESP 中使用它。有没有为 Linux 内核开发加密算法的模板?
我需要将特定的加密算法添加到 Linux 加密 API,这样我就可以在 /proc/crypto 中看到它并在 IPsec ESP 中使用它。有没有为 Linux 内核开发加密算法的模板?