openssl EVP_aes 算法列表

创建日期: 2024-07-17 14:41 | 作者: 风波 | 浏览次数: 17 | 分类: OpenSSL

来源:https://www.openssl.org/docs/man1.1.1/man3/EVP_aes_256_cbc.html

头文件和使用方法

 #include <openssl/evp.h>

 const EVP_CIPHER *EVP_ciphername(void)

函数返回的是 const 类型,不需要 release 操作

例如 const EVP_CIPHER *p = EVP_aes_256_cbc();

算法列表

17 浏览
0 评论