Searched refs:IS_CFX (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/crypto/heimdal/lib/gssapi/krb5/
H A Daeap.c53 if (ctx->more_flags & IS_CFX)
74 if (ctx->more_flags & IS_CFX)
96 if (ctx->more_flags & IS_CFX)
H A Dgsskrb5_locl.h68 IS_CFX = 128 enumerator in enum:gsskrb5_ctx::__anon6688
H A Daccept_sec_context.c138 ctx->more_flags |= IS_CFX;
246 is_cfx = (ctx->more_flags & IS_CFX);
577 is_cfx = (ctx->more_flags & IS_CFX);
H A Dinquire_sec_context_by_oid.c283 is_updated = (context_handle->more_flags & IS_CFX);
323 is_cfx = (context_handle->more_flags & IS_CFX);
H A Dwrap.c155 if (ctx->more_flags & IS_CFX)
558 if (ctx->more_flags & IS_CFX)
H A Dget_mic.c302 if (ctx->more_flags & IS_CFX)
H A Dverify_mic.c301 if (ctx->more_flags & IS_CFX)
H A Dunwrap.c436 if (ctx->more_flags & IS_CFX)
H A Dinit_sec_context.c293 is_cfx = (ctx->more_flags & IS_CFX);

Completed in 286 milliseconds