Home
last modified time | relevance | path

Searched refs:preauth_reqctx (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dpreauth2.c103 krb5_preauth_req_context reqctx = ctx->preauth_reqctx; in find_module()
210 krb5_preauth_req_context reqctx = ctx->preauth_reqctx; in k5_preauth_note_failed()
275 ctx->preauth_reqctx = reqctx; in k5_preauth_request_context_init()
285 krb5_preauth_req_context reqctx = ctx->preauth_reqctx; in k5_preauth_request_context_fini()
303 ctx->preauth_reqctx = NULL; in k5_preauth_request_context_fini()
309 krb5_preauth_req_context reqctx = ctx->preauth_reqctx; in k5_preauth_check_context()
637 krb5_preauth_req_context reqctx = ctx->preauth_reqctx; in previously_failed()
H A Dinit_creds_ctx.h77 krb5_preauth_req_context preauth_reqctx; member