Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Daccept_sec_context.c239 int is_cfx = 0; in gsskrb5_acceptor_ready() local
246 is_cfx = (ctx->more_flags & IS_CFX); in gsskrb5_acceptor_ready()
251 seq_number, 0, is_cfx); in gsskrb5_acceptor_ready()
365 int is_cfx = 0; in gsskrb5_acceptor_start() local
577 is_cfx = (ctx->more_flags & IS_CFX); in gsskrb5_acceptor_start()
579 if (is_cfx || (ap_options & AP_OPTS_USE_SUBKEY)) { in gsskrb5_acceptor_start()
H A Dinquire_sec_context_by_oid.c316 int is_cfx; in export_lucid_sec_context_v1() local
323 is_cfx = (context_handle->more_flags & IS_CFX); in export_lucid_sec_context_v1()
352 ret = krb5_store_int32(sp, (is_cfx) ? 1 : 0); in export_lucid_sec_context_v1()
358 if (is_cfx == 0) { in export_lucid_sec_context_v1()
H A Dinit_sec_context.c280 int is_cfx = 0; in gsskrb5_initiator_ready() local
293 is_cfx = (ctx->more_flags & IS_CFX); in gsskrb5_initiator_ready()
298 seq_number, 0, is_cfx); in gsskrb5_initiator_ready()
/freebsd/crypto/heimdal/lib/gssapi/
H A DChangeLog1443 * accept_sec_context.c (gsskrb5_is_cfx): always set is_cfx. From