Searched refs:sshcipher (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/crypto/openssh/
H A Dcipher.h65 struct sshcipher;
72 const struct sshcipher *cipher;
76 const struct sshcipher *cipher_by_name(const char *);
77 const struct sshcipher *cipher_by_number(int);
83 int cipher_init(struct sshcipher_ctx *, const struct sshcipher *,
90 int cipher_set_key_string(struct sshcipher_ctx *, const struct sshcipher *,
92 u_int cipher_blocksize(const struct sshcipher *);
93 u_int cipher_keylen(const struct sshcipher *);
94 u_int cipher_seclen(const struct sshcipher *);
95 u_int cipher_authlen(const struct sshcipher *);
[all...]
H A Dcipher.c60 struct sshcipher { struct
80 static const struct sshcipher ciphers[] = {
130 const struct sshcipher *c;
152 cipher_blocksize(const struct sshcipher *c)
158 cipher_keylen(const struct sshcipher *c)
164 cipher_seclen(const struct sshcipher *c)
172 cipher_authlen(const struct sshcipher *c)
178 cipher_ivlen(const struct sshcipher *c)
189 cipher_get_number(const struct sshcipher *c)
195 cipher_is_cbc(const struct sshcipher *
[all...]
H A Dkex.h102 const struct sshcipher *cipher;
H A Dsshkey.c3030 const struct sshcipher *cipher;
3176 const struct sshcipher *cipher = NULL;
3406 const struct sshcipher *cipher;
3657 const struct sshcipher *cipher;
H A Dpacket.c279 const struct sshcipher *none = cipher_by_name("none");
819 const struct sshcipher *cipher = cipher_by_number(number);

Completed in 155 milliseconds