Home
last modified time | relevance | path

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

/external/openssh/
Dkex.c562 derive_ssh1_session_id(BIGNUM *host_modulus, BIGNUM *server_modulus, in derive_ssh1_session_id() argument
572 len = BN_num_bytes(host_modulus); in derive_ssh1_session_id()
575 BN_bn2bin(host_modulus, nbuf); in derive_ssh1_session_id()