Searched refs:sshcipher (Results 1 – 7 of 7) sorted by relevance
48 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 *);
61 const struct sshcipher *cipher;64 struct sshcipher { struct122 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 …]
110 const struct sshcipher *cipher;
269 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()
3364 const struct sshcipher *cipher; in sshkey_private_to_blob2()3505 const struct sshcipher *cipher = NULL; in sshkey_parse_private2()
288 const struct sshcipher *none = cipher_by_name("none"); in ssh_packet_set_connection()
5485 don't pass pointer to struct sshcipher between privsep