Searched refs:cipher_init (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/usr.bin/ssh/
H A Dcipher.h58 int cipher_init(struct sshcipher_ctx **, const struct sshcipher *,
H A Dcipher.c240 cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher, function
H A Dsshkey-xmss.c952 (r = cipher_init(&ciphercontext, cipher, key, keylen,
1045 (r = cipher_init(&ciphercontext, cipher, key, keylen,
H A Dpacket.c292 if ((r = cipher_init(&state->send_context, none,
294 (r = cipher_init(&state->receive_context, none,
296 error_fr(r, "cipher_init failed");
979 DBG(debug_f("cipher_init: %s", dir));
982 if ((r = cipher_init(ccp, enc->cipher, enc->key, enc->key_len,
H A Dsshkey.c1541 if ((r = cipher_init(&cctx, cipher, keyiv, cipher_keylen(cipher),
1676 if ((r = cipher_init(&cctx, cipher, keyiv, cipher_keylen(cipher),
2770 if ((r = cipher_init(&ciphercontext, cipher, key, keylen,
3012 (r = cipher_init(&ciphercontext, cipher, key, keylen,
/openbsd-current/sbin/iked/
H A Dcrypto.c560 cipher_init(struct iked_cipher *encr, int enc) function
594 return (cipher_init(encr, 1));
600 return (cipher_init(encr, 0));
H A Diked.h1011 int cipher_init(struct iked_cipher *, int);

Completed in 251 milliseconds