Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dcfx.c39 #define CFXSentByAcceptor (1 << 0) macro
430 token->Flags |= CFXSentByAcceptor;
764 (CFXSentByAcceptor | CFXSealed | CFXAcceptorSubkey);
766 if (token_flags & CFXSentByAcceptor) {
1204 token->Flags |= CFXSentByAcceptor; in _gssapi_wrap_cfx()
1404 (CFXSentByAcceptor | CFXSealed | CFXAcceptorSubkey); in _gssapi_unwrap_cfx()
1406 if (token_flags & CFXSentByAcceptor) { in _gssapi_unwrap_cfx()
1605 token->Flags |= CFXSentByAcceptor; in _gssapi_mic_cfx()
1687 token_flags = token->Flags & (CFXSentByAcceptor | CFXAcceptorSubkey); in _gssapi_verify_mic_cfx()
1689 if (token_flags & CFXSentByAcceptor) { in _gssapi_verify_mic_cfx()