Searched refs:kex_derive_keys (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | kexc25519s.c | 149 if ((r = kex_derive_keys(ssh, hash, hashlen, shared_secret)) == 0) in input_kex_c25519_init()
|
D | kexc25519c.c | 159 if ((r = kex_derive_keys(ssh, hash, hashlen, shared_secret)) == 0) in input_kex_c25519_reply()
|
D | kex.h | 186 int kex_derive_keys(struct ssh *, u_char *, u_int, const struct sshbuf *);
|
D | kex.c | 948 kex_derive_keys(struct ssh *ssh, u_char *hash, u_int hashlen, in kex_derive_keys() function 985 r = kex_derive_keys(ssh, hash, hashlen, shared_secret); in kex_derive_keys_bn()
|