Home | History | Annotate | Download | only in dist

Lines Matching refs:sshcipher

96 	const struct sshcipher *cipher;
99 struct sshcipher {
118 static const struct sshcipher ciphers[] = {
150 const struct sshcipher *c;
175 cipher_blocksize(const struct sshcipher *c)
181 cipher_keylen(const struct sshcipher *c)
187 cipher_seclen(const struct sshcipher *c)
195 cipher_authlen(const struct sshcipher *c)
201 cipher_ivlen(const struct sshcipher *c)
212 cipher_is_cbc(const struct sshcipher *c)
223 const struct sshcipher *
226 const struct sshcipher *c;
237 const struct sshcipher *c;
267 cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher,
464 const struct sshcipher *c = cc->cipher;
504 const struct sshcipher *c = cc->cipher;