Searched refs:CFXAcceptorSubkey (Results 1 – 2 of 2) sorted by relevance
43 #define CFXAcceptorSubkey (1 << 2) macro463 token->Flags |= CFXAcceptorSubkey; in _gssapi_wrap_cfx_iov()795 (CFXSentByAcceptor | CFXSealed | CFXAcceptorSubkey); in _gssapi_unwrap_cfx_iov()803 if ((token_flags & CFXAcceptorSubkey) == 0) in _gssapi_unwrap_cfx_iov()806 if (token_flags & CFXAcceptorSubkey) in _gssapi_unwrap_cfx_iov()1236 token->Flags |= CFXAcceptorSubkey; in _gssapi_wrap_cfx()1434 (CFXSentByAcceptor | CFXSealed | CFXAcceptorSubkey); in _gssapi_unwrap_cfx()1442 if ((token_flags & CFXAcceptorSubkey) == 0) in _gssapi_unwrap_cfx()1445 if (token_flags & CFXAcceptorSubkey) in _gssapi_unwrap_cfx()1637 token->Flags |= CFXAcceptorSubkey; in _gssapi_mic_cfx()[all …]
1777 * cfx.c: s/CTXAcceptorSubkey/CFXAcceptorSubkey/