Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dreadconf.h70 int kex_algorithms_set; /* KexAlgorithms was set by the user */ member
H A Dsshconnect.c1628 if (!options.kex_algorithms_set && ssh->kex != NULL && in ssh_login()
H A Dreadconf.c3051 options->kex_algorithms_set = options->kex_algorithms != NULL; in fill_default_options()