Home | History | Annotate | Download | only in openssh

Lines Matching defs:cc

325 	CipherContext *cc;
328 cc = &active_state->send_context;
330 cc = &active_state->receive_context;
332 cipher_get_keyiv(cc, iv, len);
338 CipherContext *cc;
341 cc = &active_state->send_context;
343 cc = &active_state->receive_context;
345 return (cipher_get_keycontext(cc, dat));
351 CipherContext *cc;
354 cc = &active_state->send_context;
356 cc = &active_state->receive_context;
358 cipher_set_keycontext(cc, dat);
364 CipherContext *cc;
367 cc = &active_state->send_context;
369 cc = &active_state->receive_context;
371 return (cipher_get_keyiv_len(cc));
377 CipherContext *cc;
380 cc = &active_state->send_context;
382 cc = &active_state->receive_context;
384 cipher_set_keyiv(cc, dat);
738 CipherContext *cc;
745 cc = &active_state->send_context;
750 cc = &active_state->receive_context;
757 cipher_cleanup(cc);
779 cipher_init(cc, enc->cipher, enc->key, enc->key_len,