Tell what buf_len is used for.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23634 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -151,7 +151,7 @@ struct hc_CIPHER_CTX {
|
|||||||
const EVP_CIPHER *cipher;
|
const EVP_CIPHER *cipher;
|
||||||
ENGINE *engine;
|
ENGINE *engine;
|
||||||
int encrypt;
|
int encrypt;
|
||||||
int buf_len;
|
int buf_len; /* bytes stored in buf for EVP_CipherUpdate */
|
||||||
unsigned char oiv[EVP_MAX_IV_LENGTH];
|
unsigned char oiv[EVP_MAX_IV_LENGTH];
|
||||||
unsigned char iv[EVP_MAX_IV_LENGTH];
|
unsigned char iv[EVP_MAX_IV_LENGTH];
|
||||||
unsigned char buf[EVP_MAX_BLOCK_LENGTH];
|
unsigned char buf[EVP_MAX_BLOCK_LENGTH];
|
||||||
|
Reference in New Issue
Block a user