Lines Matching +defs:c +defs:cc
125 const struct sshcipher *c; in cipher_alg_list() local
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()
201 cipher_ctx_is_plaintext(struct sshcipher_ctx *cc) in cipher_ctx_is_plaintext()
209 const struct sshcipher *c; in cipher_by_name() local
220 const struct sshcipher *c; in ciphers_valid() local
241 cipher_warning_message(const struct sshcipher_ctx *cc) in cipher_warning_message()
254 struct sshcipher_ctx *cc = NULL; in cipher_init() local
349 cipher_crypt(struct sshcipher_ctx *cc, u_int seqnr, u_char *dest, in cipher_crypt()
412 cipher_get_length(struct sshcipher_ctx *cc, u_int *plenp, u_int seqnr, in cipher_get_length()
425 cipher_free(struct sshcipher_ctx *cc) in cipher_free()
447 cipher_get_keyiv_len(const struct sshcipher_ctx *cc) in cipher_get_keyiv_len()
449 const struct sshcipher *c = cc->cipher; in cipher_get_keyiv_len() local
463 cipher_get_keyiv(struct sshcipher_ctx *cc, u_char *iv, size_t len) in cipher_get_keyiv()
466 const struct sshcipher *c = cc->cipher; in cipher_get_keyiv() local
508 cipher_set_keyiv(struct sshcipher_ctx *cc, const u_char *iv, size_t len) in cipher_set_keyiv()
511 const struct sshcipher *c = cc->cipher; in cipher_set_keyiv() local