linuxOS_D21X/source/artinchip/test-ce
2024-11-29 16:33:21 +08:00
..
kcapi v1.2.7 2024-11-29 16:33:21 +08:00
openssl v1.2.0 2024-11-29 16:13:46 +08:00
CMakeLists.txt v1.2.3 2024-11-29 16:23:11 +08:00
README.rst v1.2.0 2024-11-29 16:13:46 +08: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.