Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dcfx.c726 u_char token_flags;
763 token_flags = token->Flags &
766 if (token_flags & CFXSentByAcceptor) {
772 if ((token_flags & CFXAcceptorSubkey) == 0)
775 if (token_flags & CFXAcceptorSubkey)
783 *conf_state = (token_flags & CFXSealed) ? 1 : 0;
825 if (token_flags & CFXSealed) {
1379 u_char token_flags; in _gssapi_unwrap_cfx() local
1403 token_flags = token->Flags & in _gssapi_unwrap_cfx()
1406 if (token_flags & CFXSentByAcceptor) { in _gssapi_unwrap_cfx()
[all …]