Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/gssapi/spnego/
H A Dspnego_locl.h84 OM_uint32 mech_time_rec; member
H A Dinit_sec_context.c266 &ctx->mech_time_rec); in spnego_initial()
365 *time_rec = ctx->mech_time_rec; in spnego_initial()
509 &ctx->mech_time_rec); in spnego_reply()
608 *time_rec = ctx->mech_time_rec; in spnego_reply()
H A Daccept_sec_context.c579 &ctx->mech_time_rec, in acceptor_start()
674 *time_rec = ctx->mech_time_rec; in acceptor_start()
770 &ctx->mech_time_rec, in acceptor_continue()
862 *time_rec = ctx->mech_time_rec; in acceptor_continue()
H A Dcompat.c76 ctx->mech_time_rec = 0; in _gss_spnego_alloc_sec_context()