8.2. CE 使用指南
- 8.2.1. 模块介绍
- 8.2.2. 参数配置
- 8.2.3. 调试指南
- 8.2.4. 测试指南
- 8.2.5. 设计说明
- 8.2.5.1. 源码说明
- 8.2.5.2. 模块架构
- 8.2.5.3. 设计要点
- 8.2.5.4. 关键流程
- 8.2.5.5. 数据结构
- 8.2.5.6. 接口设计
- 8.2.5.6.1. aic_skcipher_alg_init
- 8.2.5.6.2. aic_skcipher_alg_exit
- 8.2.5.6.3. aic_skcipher_alg_setkey
- 8.2.5.6.4. aic_skcipher_crypt
- 8.2.5.6.5. aic_akcipher_rsa_alg_init
- 8.2.5.6.6. aic_akcipher_rsa_alg_exit
- 8.2.5.6.7. aic_akcipher_rsa_set_pub_key
- 8.2.5.6.8. aic_akcipher_rsa_set_priv_key
- 8.2.5.6.9. aic_akcipher_rsa_max_size
- 8.2.5.6.10. aic_akcipher_rsa_crypt
- 8.2.5.6.11. aic_hash_alg_init
- 8.2.5.6.12. aic_hash_alg_exit
- 8.2.5.6.13. aic_hash_init
- 8.2.5.6.14. aic_hash_update
- 8.2.5.6.15. aic_hash_final
- 8.2.5.6.16. aic_hash_finup
- 8.2.5.6.17. aic_hash_digest
- 8.2.5.7. 应用编程
- 8.2.6. 常见问题