Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/krb5/
H A Dcontext.c100 krb5_enctype *tmptypes = NULL; in init_context_from_config_file() local
120 ret = set_etypes (context, "default_etypes", &tmptypes); in init_context_from_config_file()
124 context->etypes = tmptypes; in init_context_from_config_file()
126 ret = set_etypes (context, "default_etypes_des", &tmptypes); in init_context_from_config_file()
130 context->etypes_des = tmptypes; in init_context_from_config_file()
132 ret = set_etypes (context, "default_as_etypes", &tmptypes); in init_context_from_config_file()
136 context->as_etypes = tmptypes; in init_context_from_config_file()
138 ret = set_etypes (context, "default_tgs_etypes", &tmptypes); in init_context_from_config_file()
142 context->tgs_etypes = tmptypes; in init_context_from_config_file()
144 ret = set_etypes (context, "permitted_enctypes", &tmptypes); in init_context_from_config_file()
[all …]