Home
last modified time | relevance | path

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

/external/openssh/
Dkex.c993 derive_ssh1_session_id(BIGNUM *host_modulus, BIGNUM *server_modulus, in derive_ssh1_session_id() argument
1001 hlen = BN_num_bytes(host_modulus); in derive_ssh1_session_id()
1006 if (BN_bn2bin(host_modulus, hbuf) <= 0 || in derive_ssh1_session_id()