Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A Devp_local.h24 struct evp_cipher_ctx_st { struct
25 const EVP_CIPHER *cipher;
26 ENGINE *engine; /* functional reference if 'cipher' is
28 int encrypt; /* encrypt or decrypt */
29 int buf_len; /* number we have left */
30 unsigned char oiv[EVP_MAX_IV_LENGTH]; /* original iv */
31 unsigned char iv[EVP_MAX_IV_LENGTH]; /* working iv */
32 unsigned char buf[EVP_MAX_BLOCK_LENGTH]; /* saved partial block */
33 int num; /* used by cfb/ofb/ctr mode */
35 void *app_data; /* application stuff */
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A Devp_local.h36 struct evp_cipher_ctx_st { struct
37 const EVP_CIPHER *cipher;
38 ENGINE *engine; /* functional reference if 'cipher' is
40 int encrypt; /* encrypt or decrypt */
41 int buf_len; /* number we have left */
42 unsigned char oiv[EVP_MAX_IV_LENGTH]; /* original iv */
43 unsigned char iv[EVP_MAX_IV_LENGTH]; /* working iv */
44 unsigned char buf[EVP_MAX_BLOCK_LENGTH]; /* saved partial block */
45 int num; /* used by cfb/ofb/ctr mode */
47 void *app_data; /* application stuff */
[all …]