GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)

This commit is contained in:
lai
2026-09-06 03:52:57 +08:00
commit b1928b41c0
21813 changed files with 4413081 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
==================
Usage descriptions
==================
1 sample_cipher.c:
Show how to use the interfaces for AES encryption and decryption.
2 sample_cipher_efuse.c:
Show how to use the CA key for AES encryption and decryption.
3 sample_cipher_via.c:
Show how to use the interfaces of AES that can use virtual address.
4 sample_hash.c:
Show how to use the interfaces for calclating message of hash.
5 sample_multicipher.c:
Show how to use the interfaces for multiple blocks encryption and decryption.
6 sample_rng.c:
Show how to use the interfaces for generating random values.
7 sample_rsa_enc.c:
Show how to use the interfaces for RSA encryption and decryption.
8 sample_rsa_sign.c:
Show how to use the interfaces of RSA to sign and verify.