Home
last modified time | relevance | path

Searched refs:derive_ssh1_session_id (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dkex.h229 derive_ssh1_session_id(BIGNUM *, BIGNUM *, u_int8_t[8], u_int8_t[16]);
Dsshconnect1.c565 derive_ssh1_session_id(host_key->rsa->n, server_key->rsa->n, cookie, session_id); in ssh_kex()
Dkex.c993 derive_ssh1_session_id(BIGNUM *host_modulus, BIGNUM *server_modulus, in derive_ssh1_session_id() function