Searched refs:def_cipher (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/crypto/openssh/ |
H A D | readconf.c | 2672 char *def_cipher, *def_mac, *def_kex, *def_key, *def_sig; in fill_default_options() local 2861 def_cipher = match_filter_allowlist(KEX_CLIENT_ENCRYPT, all_cipher); in fill_default_options() 2874 ASSEMBLE(ciphers, def_cipher, all_cipher); in fill_default_options() 2939 free(def_cipher); in fill_default_options()
|
H A D | servconf.c | 229 char *def_cipher, *def_mac, *def_kex, *def_key, *def_sig; in assemble_algorithms() local 238 def_cipher = match_filter_allowlist(KEX_SERVER_ENCRYPT, all_cipher); in assemble_algorithms() 248 ASSEMBLE(ciphers, def_cipher, all_cipher); in assemble_algorithms() 261 free(def_cipher); in assemble_algorithms()
|