Home
last modified time | relevance | path

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

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