Searched refs:cipher_set_keyiv (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dcipher.h101 int cipher_set_keyiv(struct sshcipher_ctx *, const u_char *);
H A Dcipher.c589 cipher_set_keyiv(struct sshcipher_ctx *cc, const u_char *iv) function
H A Dssh_namespace.h247 #define cipher_set_keyiv Fssh_cipher_set_keyiv macro
H A Dpacket.c2742 if ((r = cipher_set_keyiv(&state->send_context, ivout)) != 0 ||
2743 (r = cipher_set_keyiv(&state->receive_context, ivin)) != 0)

Completed in 142 milliseconds