Lines Matching refs:sshcipher
65 struct sshcipher;
72 const struct sshcipher *cipher;
75 typedef struct sshcipher Cipher;
79 const struct sshcipher *cipher_by_name(const char *);
80 const struct sshcipher *cipher_by_number(int);
86 int cipher_init(struct sshcipher_ctx *, const struct sshcipher *,
93 int cipher_set_key_string(struct sshcipher_ctx *, const struct sshcipher *,
95 u_int cipher_blocksize(const struct sshcipher *);
96 u_int cipher_keylen(const struct sshcipher *);
97 u_int cipher_seclen(const struct sshcipher *);
98 u_int cipher_authlen(const struct sshcipher *);
99 u_int cipher_ivlen(const struct sshcipher *);
100 u_int cipher_is_cbc(const struct sshcipher *);
102 u_int cipher_get_number(const struct sshcipher *);