Searched refs:kex_derive_keys (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | kexgen.c | 228 if ((r = kex_derive_keys(ssh, hash, hashlen, shared_secret)) != 0 || in input_kex_gen_reply() 367 if ((r = kex_derive_keys(ssh, hash, hashlen, shared_secret)) != 0 || in input_kex_gen_init()
|
H A D | kexgexs.c | 196 if ((r = kex_derive_keys(ssh, hash, hashlen, shared_secret)) != 0 || in input_kex_dh_gex_init()
|
H A D | kex.h | 219 int kex_derive_keys(struct ssh *, u_char *, u_int, const struct sshbuf *);
|
H A D | kexgexc.c | 209 if ((r = kex_derive_keys(ssh, hash, hashlen, shared_secret)) != 0 || in input_kex_dh_gex_reply()
|
H A D | ssh_namespace.h | 335 #define kex_derive_keys Fssh_kex_derive_keys macro
|
H A D | kex.c | 1124 kex_derive_keys(struct ssh *ssh, u_char *hash, u_int hashlen, in kex_derive_keys() function
|