Searched refs:localauth_handles (Results 1 – 4 of 4) sorted by relevance
193 context->localauth_handles = list; in load_localauth_modules()332 h = find_typed_module(context->localauth_handles, type); in an2ln_auth_to_local()393 if (context->localauth_handles == NULL && load_localauth_modules(context)) in krb5_kuserok()398 for (hp = context->localauth_handles; *hp != NULL; hp++) { in krb5_kuserok()417 if (context->localauth_handles == NULL) { in krb5_aname_to_localname()423 for (hp = context->localauth_handles; *hp != NULL; hp++) { in krb5_aname_to_localname()441 free_handles(context, context->localauth_handles); in k5_localauth_free_context()442 context->localauth_handles = NULL; in k5_localauth_free_context()
79 nctx->localauth_handles = NULL; in krb5_copy_context()
97 check(c->localauth_handles == NULL); in check_context()
1232 struct localauth_module_handle **localauth_handles; member