Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dcontext.c109 krb5_enctype *tmptypes = NULL; in init_context_from_config_file() local
130 ret = set_etypes (context, "default_etypes", &tmptypes); in init_context_from_config_file()
134 context->etypes = tmptypes; in init_context_from_config_file()
142 if (tmptypes) { in init_context_from_config_file()
143 ret = copy_enctypes(context, tmptypes, &context->cfg_etypes); in init_context_from_config_file()
148 ret = set_etypes (context, "default_etypes_des", &tmptypes); in init_context_from_config_file()
152 context->etypes_des = tmptypes; in init_context_from_config_file()
154 ret = set_etypes (context, "default_as_etypes", &tmptypes); in init_context_from_config_file()
158 context->as_etypes = tmptypes; in init_context_from_config_file()
160 ret = set_etypes (context, "default_tgs_etypes", &tmptypes); in init_context_from_config_file()
[all …]