Home | History | Annotate | Download | only in openssh

Lines Matching refs:cipher_init

226 	cipher_init(&active_state->send_context, none, (const u_char *)"",
228 cipher_init(&active_state->receive_context, none, (const u_char *)"",
560 cipher_init(&active_state->send_context, cipher, key, keylen, NULL,
562 cipher_init(&active_state->receive_context, cipher, key, keylen, NULL,
779 cipher_init(cc, enc->cipher, enc->key, enc->key_len,