Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dsshd.c2378 char *prop_kex = NULL, *prop_enc = NULL, *prop_hostkey = NULL; local
2384 myproposal[PROPOSAL_ENC_ALGS_STOC] = prop_enc =
2435 free(prop_enc);
H A Dsshconnect2.c226 char *prop_kex = NULL, *prop_enc = NULL, *prop_hostkey = NULL; in ssh_kex2() local
254 myproposal[PROPOSAL_ENC_ALGS_STOC] = prop_enc = in ssh_kex2()
313 free(prop_enc); in ssh_kex2()