Searched refs:KEX_DH14 (Results 1 - 2 of 2) sorted by relevance

/external/openssh/
H A Dkex.h39 #define KEX_DH14 "diffie-hellman-group14-sha1" macro
H A Dkex.c78 strcmp(p, KEX_DH14) != 0 &&
346 } else if (strcmp(k->name, KEX_DH14) == 0) {

Completed in 930 milliseconds