cipher_init
int cipher_init(struct sshcipher_ctx **, const struct sshcipher *,
if ((r = cipher_init(ccp, enc->cipher, enc->key, enc->key_len,
if ((r = cipher_init(&state->send_context, none,
(r = cipher_init(&state->receive_context, none,
(r = cipher_init(&ciphercontext, cipher, key, keylen,
(r = cipher_init(&ciphercontext, cipher, key, keylen,
if ((r = cipher_init(&cctx, cipher, keyiv, cipher_keylen(cipher),
if ((r = cipher_init(&cctx, cipher, keyiv, cipher_keylen(cipher),
if ((r = cipher_init(&ciphercontext, cipher, key, keylen,
(r = cipher_init(&ciphercontext, cipher, key, keylen,
return cipher_init(to_ctx, (void *)cipher_ctx->sess.key, EVP_CIPHER_CTX_iv(ctx),
|| !EVP_CIPHER_meth_set_init(known_cipher_methods[i], cipher_init)
if (!cipher_init(ctx, cipher, t, encrypt)
if (!(cipher_init(ctx, cipher, t, !encrypt)
ret = cipher_init(ctx, cipher, engine, key, key_len);
ret = cipher_init(ctx, cipher, engine, key, key_len);
int i, cipher_init = 0;
cipher_init = 1;
cipher_init = 1;
if (cipher_init && !drbg_ctr_init(ctx))