Symbol: sshcipher
crypto/openssh/cipher.c
121
const struct sshcipher *c;
crypto/openssh/cipher.c
154
cipher_blocksize(const struct sshcipher *c)
crypto/openssh/cipher.c
160
cipher_keylen(const struct sshcipher *c)
crypto/openssh/cipher.c
166
cipher_seclen(const struct sshcipher *c)
crypto/openssh/cipher.c
174
cipher_authlen(const struct sshcipher *c)
crypto/openssh/cipher.c
180
cipher_ivlen(const struct sshcipher *c)
crypto/openssh/cipher.c
191
cipher_is_cbc(const struct sshcipher *c)
crypto/openssh/cipher.c
202
const struct sshcipher *
crypto/openssh/cipher.c
205
const struct sshcipher *c;
crypto/openssh/cipher.c
216
const struct sshcipher *c;
crypto/openssh/cipher.c
246
cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher,
crypto/openssh/cipher.c
441
const struct sshcipher *c = cc->cipher;
crypto/openssh/cipher.c
481
const struct sshcipher *c = cc->cipher;
crypto/openssh/cipher.c
64
const struct sshcipher *cipher;
crypto/openssh/cipher.c
86
static const struct sshcipher ciphers[] = {
crypto/openssh/cipher.h
50
struct sshcipher;
crypto/openssh/cipher.h
53
const struct sshcipher *cipher_by_name(const char *);
crypto/openssh/cipher.h
58
int cipher_init(struct sshcipher_ctx **, const struct sshcipher *,
crypto/openssh/cipher.h
65
u_int cipher_blocksize(const struct sshcipher *);
crypto/openssh/cipher.h
66
u_int cipher_keylen(const struct sshcipher *);
crypto/openssh/cipher.h
67
u_int cipher_seclen(const struct sshcipher *);
crypto/openssh/cipher.h
68
u_int cipher_authlen(const struct sshcipher *);
crypto/openssh/cipher.h
69
u_int cipher_ivlen(const struct sshcipher *);
crypto/openssh/cipher.h
70
u_int cipher_is_cbc(const struct sshcipher *);
crypto/openssh/kex.h
120
const struct sshcipher *cipher;
crypto/openssh/packet.c
296
const struct sshcipher *none = cipher_by_name("none");
crypto/openssh/sshkey-xmss.c
271
const struct sshcipher *cipher;
crypto/openssh/sshkey-xmss.c
895
const struct sshcipher *cipher;
crypto/openssh/sshkey-xmss.c
986
const struct sshcipher *cipher = NULL;
crypto/openssh/sshkey.c
1648
const struct sshcipher *cipher;
crypto/openssh/sshkey.c
1783
const struct sshcipher *cipher;
crypto/openssh/sshkey.c
2850
const struct sshcipher *cipher;
crypto/openssh/sshkey.c
3045
const struct sshcipher *cipher = NULL;