linuxOS_D21X/source/artinchip/test-ce/README.rst
2024-11-29 16:13:46 +08:00

15 lines
609 B
ReStructuredText

About Crypto Engine sample code
===============================
af_alg:
Sample code which using socket's AF_ALG API to process data encryption and decryption.
AF_ALG API is the user space interface to kernel's crypto subsystem.
kcapi:
Sample code which using libkcapi's API to process data encryption and decryption.
libkcapi is a library which base on AF_ALG but providing more convenience interface for user.
openssl:
Sample code which using OpenSSL's API to process data encryption and decryption.
OpenSSL hardware engine for AIC SOC is base on libkcapi.