Home
last modified time | relevance | path

Searched defs:sshcipher_ctx (Results 1 – 1 of 1) sorted by relevance

/external/openssh/
Dcipher.c60 struct sshcipher_ctx { struct
61 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;