Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dlocalauth.c193 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()
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dcopy_ctx.c79 nctx->localauth_handles = NULL; in krb5_copy_context()
H A Dt_copy_context.c97 check(c->localauth_handles == NULL); in check_context()
/freebsd/crypto/krb5/src/include/
H A Dk5-int.h1232 struct localauth_module_handle **localauth_handles; member