Home
last modified time | relevance | path

Searched refs:maybe_open (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/heimdal/lib/gssapi/spnego/
H A Dspnego_locl.h90 unsigned int maybe_open : 1; member
H A Dinit_sec_context.c275 ctx->maybe_open = 1; in spnego_initial()
521 if (ctx->maybe_open) in spnego_reply()
/freebsd/crypto/heimdal/lib/gssapi/
H A DChangeLog771 * spnego/spnego_locl.h: Make bitfields unsigned, add maybe_open.