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