HomeSort by relevance Sort by last modified time
    Searched full:derive_ssh1_session_id (Results 1 - 3 of 3) sorted by null

  /external/openssh/
kex.h 229 derive_ssh1_session_id(BIGNUM *, BIGNUM *, u_int8_t[8], u_int8_t[16]);
sshconnect1.c 565 derive_ssh1_session_id(host_key->rsa->n, server_key->rsa->n, cookie, session_id);
kex.c 993 derive_ssh1_session_id(BIGNUM *host_modulus, BIGNUM *server_modulus, function

Completed in 261 milliseconds