sshcipher
const struct sshcipher *c;
cipher_blocksize(const struct sshcipher *c)
cipher_keylen(const struct sshcipher *c)
cipher_seclen(const struct sshcipher *c)
cipher_authlen(const struct sshcipher *c)
cipher_ivlen(const struct sshcipher *c)
cipher_is_cbc(const struct sshcipher *c)
const struct sshcipher *
const struct sshcipher *c;
const struct sshcipher *c;
cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher,
const struct sshcipher *c = cc->cipher;
const struct sshcipher *c = cc->cipher;
const struct sshcipher *cipher;
static const struct sshcipher ciphers[] = {
struct sshcipher;
const struct sshcipher *cipher_by_name(const char *);
int cipher_init(struct sshcipher_ctx **, const struct sshcipher *,
u_int cipher_blocksize(const struct sshcipher *);
u_int cipher_keylen(const struct sshcipher *);
u_int cipher_seclen(const struct sshcipher *);
u_int cipher_authlen(const struct sshcipher *);
u_int cipher_ivlen(const struct sshcipher *);
u_int cipher_is_cbc(const struct sshcipher *);
const struct sshcipher *cipher;
const struct sshcipher *none = cipher_by_name("none");
const struct sshcipher *cipher;
const struct sshcipher *cipher;
const struct sshcipher *cipher;
const struct sshcipher *cipher = NULL;