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