Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/
H A Dinit_sec_context.c267 &ctx->mech_flags, in spnego_initial()
365 *ret_flags = ctx->mech_flags; in spnego_initial()
510 &ctx->mech_flags, in spnego_reply()
608 *ret_flags = ctx->mech_flags; in spnego_reply()
H A Daccept_sec_context.c580 &ctx->mech_flags, in acceptor_start()
674 *ret_flags = ctx->mech_flags; in acceptor_start()
771 &ctx->mech_flags, in acceptor_continue()
812 if (ctx->mech_flags & GSS_C_DCE_STYLE) in acceptor_continue()
862 *ret_flags = ctx->mech_flags; in acceptor_continue()
H A Dspnego_locl.h85 OM_uint32 mech_flags; member
H A Dcompat.c77 ctx->mech_flags = 0; in _gss_spnego_alloc_sec_context()