Home
last modified time | relevance | path

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

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