linuxOS_D21X/source/artinchip/test-ce/README.rst

15 lines
609 B
ReStructuredText
Raw Normal View History

2024-11-29 08:13:19 +00:00
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.