Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssh/
Dkex.h203 derive_ssh1_session_id(BIGNUM *, BIGNUM *, u_int8_t[8], u_int8_t[16]);
Dsshconnect1.c545 derive_ssh1_session_id(host_key->rsa->n, server_key->rsa->n, cookie, session_id); in ssh_kex()
Dssh_namespace.h258 #define derive_ssh1_session_id ssh_derive_ssh1_session_id macro
Dkex.c666 derive_ssh1_session_id(BIGNUM *host_modulus, BIGNUM *server_modulus, in derive_ssh1_session_id() function
Dsshd.c2415 derive_ssh1_session_id(