Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/evp/
H A Dbio_enc.c81 typedef struct enc_struct { struct
82 int buf_len;
83 int buf_off;
84 int cont; /* <= 0 when finished */
85 int finished;
86 int ok; /* bad decrypt */
87 EVP_CIPHER_CTX *cipher_ctx;
91 char buf[ENC_BLOCK_SIZE + BUF_OFFSET + 2];