‘iv‘ specifies undefined struct/union ‘evp_cipher_ctx_st‘

struct evp_cipher_ctx_st {

const EVP_CIPHER *cipher;

ENGINE *engine; /* functional reference if 'cipher' is

* ENGINE-provided */

int encrypt; /* encrypt or decrypt */

int buf_len; /* number we have left */

unsigned char oiv[EVP_MAX_IV_LENGTH]; /* original iv */

unsigned char iv[EVP_MAX_IV_LENGTH]; /* working iv */

unsigned char buf[EVP_MAX_BLOCK_LENGTH]; /* saved partial block */

int num; /* used by cfb/ofb/ctr mode */

/* FIXME: Should this even exist? It appears unused */

void *app_data; /* application stuff */

int key_len; /* May change for variable length cipher */

unsigned long flags; /* Various flags */

void *cipher_data; /* per EVP data */

int final_used;

int block_mask;

unsigned char final[EVP_MAX_BLOCK_LENGTH]; /* possible final block */

} /* EVP_CIPHER_CTX */ ;

crypto/evp/evp_local.h

相关推荐
IT古董6 小时前
Windows 11 专业版 安装与配置 Docker Desktop 保姆级手册(包成功永久免关注免VIP)
windows·docker·容器
q***428211 小时前
在 Windows 上生成本地 SSL 证书并使用 HTTPS 访问本地 Nginx 服务器
windows·https·ssl
2201_7578308711 小时前
泛型的通配符
windows
猎人everest12 小时前
Windows系统Redis(8.2.2)安装与配置完整教程
数据库·windows·redis
●VON14 小时前
补充说明:Windows 完全可以开发 Qt 鸿蒙应用!(附专属适配方案)
windows·qt·华为·harmonyos·鸿蒙
炼钢厂14 小时前
WinFrom窗体开发之鼠标交互
windows·microsoft·c#·鼠标
撒币使我快乐14 小时前
Windows安装Claude Code全流程
linux·windows·claude
dowhileprogramming16 小时前
Visual Studio 2026 注册码
ide·windows·visual studio
leehao_vip16 小时前
windows 下的paddle ocr 部署
windows·ocr·paddle
liuhuapeng030419 小时前
GetMapping自动截取List<String>字符
数据结构·windows·list