openssl AES_cfb128_encrypt 函数

创建日期: 2023-05-23 15:12 | 作者: 风波 | 浏览次数: 15 | 分类: C++

函数声明

void AES_cfb128_encrypt(
    const unsigned char *in,
    unsigned char *out,
    size_t length,
    const AES_KEY *key,
    unsigned char *ivec,
    int *num,
    int enc)

参数解释

来源: - https://www.qiniu.com/qfans/qnso-69435424 - https://blog.csdn.net/zyhse/article/details/112291862

15 浏览
11 爬虫
0 评论