Lines Matching defs:sshcipher
60 const struct sshcipher *cipher;
63 struct sshcipher {
82 static const struct sshcipher ciphers[] = {
115 const struct sshcipher *c;
148 cipher_blocksize(const struct sshcipher *c)
154 cipher_keylen(const struct sshcipher *c)
160 cipher_seclen(const struct sshcipher *c)
168 cipher_authlen(const struct sshcipher *c)
174 cipher_ivlen(const struct sshcipher *c)
185 cipher_is_cbc(const struct sshcipher *c)
196 const struct sshcipher *
199 const struct sshcipher *c;
210 const struct sshcipher *c;
240 cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher,
435 const struct sshcipher *c = cc->cipher;
474 const struct sshcipher *c = cc->cipher;