Searched refs:sshcipher (Results 1 – 6 of 6) sorted by relevance
50 struct sshcipher;53 const struct sshcipher *cipher_by_name(const char *);58 int cipher_init(struct sshcipher_ctx **, const struct sshcipher *,65 u_int cipher_blocksize(const struct sshcipher *);66 u_int cipher_keylen(const struct sshcipher *);67 u_int cipher_seclen(const struct sshcipher *);68 u_int cipher_authlen(const struct sshcipher *);69 u_int cipher_ivlen(const struct sshcipher *);70 u_int cipher_is_cbc(const struct sshcipher *);
64 const struct sshcipher *cipher;67 struct sshcipher { struct86 static const struct sshcipher ciphers[] = { argument125 const struct sshcipher *c; in cipher_alg_list()158 cipher_blocksize(const struct sshcipher *c) in cipher_blocksize()164 cipher_keylen(const struct sshcipher *c) in cipher_keylen()170 cipher_seclen(const struct sshcipher *c) in cipher_seclen()178 cipher_authlen(const struct sshcipher *c) in cipher_authlen()184 cipher_ivlen(const struct sshcipher *c) in cipher_ivlen()195 cipher_is_cbc(const struct sshcipher *c) in cipher_is_cbc()[all …]
113 const struct sshcipher *cipher;
269 const struct sshcipher *cipher; in sshkey_xmss_init_enc_key()894 const struct sshcipher *cipher; in sshkey_xmss_encrypt_state()985 const struct sshcipher *cipher = NULL; in sshkey_xmss_decrypt_state()
1991 const struct sshcipher *cipher; in sshkey_shield_private()2103 const struct sshcipher *cipher; in sshkey_unshield_private()3838 const struct sshcipher *cipher; in sshkey_private_to_blob2()4035 const struct sshcipher *cipher = NULL; in private2_decrypt()
295 const struct sshcipher *none = cipher_by_name("none"); in ssh_packet_set_connection()