Home
last modified time | relevance | path

Searched defs:hc_CIPHER_CTX (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Devp.h184 struct hc_CIPHER_CTX { struct
185 const EVP_CIPHER *cipher;
186 ENGINE *engine;
187 int encrypt;
188 int buf_len; /* bytes stored in buf for EVP_CipherUpdate */
189 unsigned char oiv[EVP_MAX_IV_LENGTH];
190 unsigned char iv[EVP_MAX_IV_LENGTH];
191 unsigned char buf[EVP_MAX_BLOCK_LENGTH];
192 int num;
193 void *app_data;
[all …]