Home
last modified time | relevance | path

Searched refs:sshcipher (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/crypto/openssh/
H A Dcipher.h48 struct sshcipher;
51 const struct sshcipher *cipher_by_name(const char *);
55 int cipher_init(struct sshcipher_ctx **, const struct sshcipher *,
62 u_int cipher_blocksize(const struct sshcipher *);
63 u_int cipher_keylen(const struct sshcipher *);
64 u_int cipher_seclen(const struct sshcipher *);
65 u_int cipher_authlen(const struct sshcipher *);
66 u_int cipher_ivlen(const struct sshcipher *);
67 u_int cipher_is_cbc(const struct sshcipher *);
H A Dcipher.c61 const struct sshcipher *cipher;
64 struct sshcipher { struct
122 const struct sshcipher *c; in cipher_alg_list()
150 cipher_keylen(const struct sshcipher *c) in cipher_keylen()
156 cipher_seclen(const struct sshcipher *c) in cipher_seclen()
164 cipher_authlen(const struct sshcipher *c) in cipher_authlen()
170 cipher_ivlen(const struct sshcipher *c) in cipher_ivlen()
181 cipher_is_cbc(const struct sshcipher *c) in cipher_is_cbc()
192 const struct sshcipher *
195 const struct sshcipher *c; in cipher_by_name()
[all …]
H A Dkex.h110 const struct sshcipher *cipher;
H A Dsshkey-xmss.c269 const struct sshcipher *cipher; in sshkey_xmss_init_enc_key()
838 const struct sshcipher *cipher; in sshkey_xmss_encrypt_state()
929 const struct sshcipher *cipher = NULL; in sshkey_xmss_decrypt_state()
H A Dsshkey.c3364 const struct sshcipher *cipher; in sshkey_private_to_blob2()
3505 const struct sshcipher *cipher = NULL; in sshkey_parse_private2()
H A Dpacket.c288 const struct sshcipher *none = cipher_by_name("none"); in ssh_packet_set_connection()
H A DChangeLog5485 don't pass pointer to struct sshcipher between privsep