Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dcfx.h45 u_char TOK_ID[2]; /* 04 04 */ member
52 u_char TOK_ID[2]; /* 04 05 */ member
61 u_char TOK_ID[2]; /* 05 04 */ member
H A Dcfx.c454 token->TOK_ID[0] = 0x05; in _gssapi_wrap_cfx_iov()
455 token->TOK_ID[1] = 0x04; in _gssapi_wrap_cfx_iov()
790 if (token->TOK_ID[0] != 0x05 || token->TOK_ID[1] != 0x04) in _gssapi_unwrap_cfx_iov()
1229 token->TOK_ID[0] = 0x05; in _gssapi_wrap_cfx()
1230 token->TOK_ID[1] = 0x04; in _gssapi_wrap_cfx()
1428 if (token->TOK_ID[0] != 0x05 || token->TOK_ID[1] != 0x04) { in _gssapi_unwrap_cfx()
1631 token->TOK_ID[0] = 0x04; in _gssapi_mic_cfx()
1632 token->TOK_ID[1] = 0x04; in _gssapi_mic_cfx()
1712 if (token->TOK_ID[0] != 0x04 || token->TOK_ID[1] != 0x04) { in _gssapi_verify_mic_cfx()
/netbsd-src/external/bsd/flex/dist/doc/
H A Dflex.info-12508 [a-z]+ return TOK_ID;
2720 return TOK_ID;
2730 [a-z]+ return TOK_ID;
H A Dflex.texi3209 [a-z]+ return TOK_ID;
3507 return TOK_ID;
3522 [a-z]+ return TOK_ID;