Searched refs:tmptypes (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | context.c | 100 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 …]
|