Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dpreauth2.c102 krb5_preauth_context pctx = context->preauth_context; in find_module()
129 if (context->preauth_context != NULL) in k5_init_preauth_context()
195 context->preauth_context = malloc(sizeof(*context->preauth_context)); in k5_init_preauth_context()
196 if (context->preauth_context == NULL) in k5_init_preauth_context()
198 context->preauth_context->handles = list; in k5_init_preauth_context()
230 krb5_preauth_context pctx = context->preauth_context; in k5_free_preauth_context()
236 context->preauth_context = NULL; in k5_free_preauth_context()
245 krb5_preauth_context pctx = context->preauth_context; in k5_preauth_request_context_init()
252 pctx = context->preauth_context; in k5_preauth_request_context_init()
284 krb5_preauth_context pctx = context->preauth_context; in k5_preauth_request_context_fini()
[all …]
H A Dcopy_ctx.c77 nctx->preauth_context = NULL; in krb5_copy_context()
H A Dt_copy_context.c95 check(c->preauth_context == NULL); in check_context()
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dinit_os_ctx.c431 ctx->preauth_context = NULL; in k5_os_init_context()
509 if (ctx->preauth_context) { in k5_os_free_context()
511 ctx->preauth_context = NULL; in k5_os_free_context()
/freebsd/crypto/krb5/src/include/
H A Dk5-int.h1226 krb5_preauth_context preauth_context; member