Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dinquire_sec_context_by_oid.c271 int is_updated = 0; in inquire_sec_context_has_updated_spnego() local
283 is_updated = (context_handle->more_flags & IS_CFX); in inquire_sec_context_has_updated_spnego()
284 if (is_updated == 0) { in inquire_sec_context_has_updated_spnego()
293 is_updated = (acceptor_subkey->keytype != in inquire_sec_context_has_updated_spnego()
298 return is_updated ? GSS_S_COMPLETE : GSS_S_FAILURE; in inquire_sec_context_has_updated_spnego()