Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth2.c89 if (kcontext->preauth_context != NULL) in krb5_init_preauth_context()
209 kcontext->preauth_context = context; in krb5_init_preauth_context()
219 if (context->preauth_context != NULL) { in krb5_clear_preauth_context_use_counts()
241 if (context->preauth_context == NULL) in krb5_preauth_supply_preauth_data()
243 if (context->preauth_context == NULL) { in krb5_preauth_supply_preauth_data()
280 if (context->preauth_context != NULL) { in krb5_free_preauth_context()
293 free(context->preauth_context); in krb5_free_preauth_context()
294 context->preauth_context = NULL; in krb5_free_preauth_context()
307 if (context->preauth_context == NULL) in krb5_preauth_request_context_init()
309 if (context->preauth_context != NULL) { in krb5_preauth_request_context_init()
[all …]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/
H A Dinit_os_ctx.c411 ctx->preauth_context = NULL; in krb5_os_init_context()
527 if (ctx->preauth_context) { in krb5_os_free_context()
529 ctx->preauth_context = NULL; in krb5_os_free_context()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dinit_ctx.c862 nctx->preauth_context = NULL; in krb5_copy_context()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1590 krb5_preauth_context *preauth_context; member