Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dcipher.c58 struct sshcipher_ctx { struct
59 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;