Home
last modified time | relevance | path

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

/openbsd/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, in cipher_init() function
H A Dsshkey-xmss.c952 (r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_xmss_encrypt_state()
1045 (r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_xmss_decrypt_state()
H A Dpacket.c292 if ((r = cipher_init(&state->send_context, none, in ssh_packet_set_connection()
294 (r = cipher_init(&state->receive_context, none, in ssh_packet_set_connection()
982 if ((r = cipher_init(ccp, enc->cipher, enc->key, enc->key_len, in ssh_set_newkeys()
H A Dsshkey.c1541 if ((r = cipher_init(&cctx, cipher, keyiv, cipher_keylen(cipher), in sshkey_shield_private()
1676 if ((r = cipher_init(&cctx, cipher, keyiv, cipher_keylen(cipher), in sshkey_unshield_private()
2770 if ((r = cipher_init(&ciphercontext, cipher, key, keylen, in sshkey_private_to_blob2()
3012 (r = cipher_init(&ciphercontext, cipher, key, keylen, in private2_decrypt()
/openbsd/sbin/iked/
H A Dcrypto.c560 cipher_init(struct iked_cipher *encr, int enc) in cipher_init() function
594 return (cipher_init(encr, 1)); in cipher_init_encrypt()
600 return (cipher_init(encr, 0)); in cipher_init_decrypt()
H A Diked.h1011 int cipher_init(struct iked_cipher *, int);