Searched defs:enc_struct (Results 1 – 1 of 1) sorted by relevance
29 typedef struct enc_struct { struct30 int buf_len;31 int buf_off;32 int cont; /* <= 0 when finished */33 int finished;34 int ok; /* bad decrypt */35 EVP_CIPHER_CTX *cipher;36 unsigned char *read_start, *read_end;41 unsigned char buf[BUF_OFFSET + ENC_BLOCK_SIZE];