Lines Matching refs:sshcipher
64 const struct sshcipher *cipher;
67 struct sshcipher { struct
86 static const struct sshcipher ciphers[] = { argument
121 const struct sshcipher *c; in cipher_alg_list()
154 cipher_blocksize(const struct sshcipher *c) in cipher_blocksize()
160 cipher_keylen(const struct sshcipher *c) in cipher_keylen()
166 cipher_seclen(const struct sshcipher *c) in cipher_seclen()
174 cipher_authlen(const struct sshcipher *c) in cipher_authlen()
180 cipher_ivlen(const struct sshcipher *c) in cipher_ivlen()
191 cipher_is_cbc(const struct sshcipher *c) in cipher_is_cbc()
202 const struct sshcipher *
205 const struct sshcipher *c; in cipher_by_name()
216 const struct sshcipher *c; in ciphers_valid()
246 cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher, in cipher_init()
441 const struct sshcipher *c = cc->cipher; in cipher_get_keyiv()
481 const struct sshcipher *c = cc->cipher; in cipher_set_keyiv()