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