Home | History | Annotate | Download | only in openssh

Lines Matching defs:cc

925 	struct sshcipher_ctx *cc;
933 cc = &state->send_context;
938 cc = &state->receive_context;
945 if ((r = cipher_cleanup(cc)) != 0)
975 if ((r = cipher_init(cc, enc->cipher, enc->key, enc->key_len,
979 (wmsg = cipher_warning_message(cc)) != NULL) {
2395 struct sshcipher_ctx *cc;
2407 cc = (mode == MODE_OUT) ? &ssh->state->send_context :
2409 if ((r = cipher_get_keyiv(cc, enc->iv, enc->iv_len)) != 0)