Searched defs:sshcipher_ctx (Results 1 – 1 of 1) sorted by relevance
58 struct sshcipher_ctx { struct59 int plaintext;60 int encrypt;61 EVP_CIPHER_CTX *evp;62 struct chachapoly_ctx *cp_ctx;63 struct aesctr_ctx ac_ctx; /* XXX union with evp? */64 const struct sshcipher *cipher;