Lines Matching refs:sshcipher
65 struct sshcipher;
69 const struct sshcipher *cipher_by_name(const char *);
70 const struct sshcipher *cipher_by_number(int);
76 int cipher_init(struct sshcipher_ctx **, const struct sshcipher *,
84 const struct sshcipher *, const char *, int);
85 u_int cipher_blocksize(const struct sshcipher *);
86 u_int cipher_keylen(const struct sshcipher *);
87 u_int cipher_seclen(const struct sshcipher *);
88 u_int cipher_authlen(const struct sshcipher *);
89 u_int cipher_ivlen(const struct sshcipher *);
90 u_int cipher_is_cbc(const struct sshcipher *);
95 u_int cipher_get_number(const struct sshcipher *);