cipher_init
return (cipher_init(encr, 1));
return (cipher_init(encr, 0));
int cipher_init(struct iked_cipher *, int);
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,
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,