Home
last modified time | relevance | path

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

/freebsd/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) in _gk_wrap_iov_length()
H A Dgsskrb5_locl.h68 IS_CFX = 128 enumerator
H A Daccept_sec_context.c138 ctx->more_flags |= IS_CFX; in _gsskrb5i_is_cfx()
246 is_cfx = (ctx->more_flags & IS_CFX); in gsskrb5_acceptor_ready()
577 is_cfx = (ctx->more_flags & IS_CFX); in gsskrb5_acceptor_start()
H A Dinquire_sec_context_by_oid.c283 is_updated = (context_handle->more_flags & IS_CFX); in inquire_sec_context_has_updated_spnego()
323 is_cfx = (context_handle->more_flags & IS_CFX); in export_lucid_sec_context_v1()
H A Dwrap.c155 if (ctx->more_flags & IS_CFX) in _gsskrb5_wrap_size_limit()
558 if (ctx->more_flags & IS_CFX) in _gsskrb5_wrap()
H A Dget_mic.c302 if (ctx->more_flags & IS_CFX) in _gsskrb5_get_mic()
H A Dverify_mic.c301 if (ctx->more_flags & IS_CFX) in _gsskrb5_verify_mic_internal()
H A Dunwrap.c436 if (ctx->more_flags & IS_CFX) in _gsskrb5_unwrap()
H A Dinit_sec_context.c293 is_cfx = (ctx->more_flags & IS_CFX); in gsskrb5_initiator_ready()