Lines Matching refs:sshcipher
66 const struct sshcipher *cipher;
69 struct sshcipher { struct
89 static const struct sshcipher ciphers[] = { argument
151 const struct sshcipher *c; in cipher_alg_list()
173 cipher_blocksize(const struct sshcipher *c) in cipher_blocksize()
179 cipher_keylen(const struct sshcipher *c) in cipher_keylen()
185 cipher_seclen(const struct sshcipher *c) in cipher_seclen()
193 cipher_authlen(const struct sshcipher *c) in cipher_authlen()
199 cipher_ivlen(const struct sshcipher *c) in cipher_ivlen()
210 cipher_get_number(const struct sshcipher *c) in cipher_get_number()
216 cipher_is_cbc(const struct sshcipher *c) in cipher_is_cbc()
245 const struct sshcipher *
248 const struct sshcipher *c; in cipher_by_name()
255 const struct sshcipher *
258 const struct sshcipher *c; in cipher_by_number()
269 const struct sshcipher *c; in ciphers_valid()
297 const struct sshcipher *c; in cipher_number()
309 const struct sshcipher *c = cipher_by_number(id); in cipher_name()
325 cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher, in cipher_init()
548 const struct sshcipher *cipher, const char *passphrase, int do_encrypt) in cipher_set_key_string()
572 const struct sshcipher *c = cc->cipher; in cipher_get_keyiv_len()
591 const struct sshcipher *c = cc->cipher; in cipher_get_keyiv()
648 const struct sshcipher *c = cc->cipher; in cipher_set_keyiv()
700 const struct sshcipher *c = cc->cipher; in cipher_get_keycontext()
719 const struct sshcipher *c = cc->cipher; in cipher_set_keycontext()