Home
last modified time | relevance | path

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

/src/crypto/heimdal/lib/gssapi/krb5/
H A Dcfx.h43 u_char TOK_ID[2]; /* 04 04 */ member
50 u_char TOK_ID[2]; /* 04 05 */ member
59 u_char TOK_ID[2]; /* 05 04 */ member
H A Dcfx.c424 token->TOK_ID[0] = 0x05;
425 token->TOK_ID[1] = 0x04;
759 if (token->TOK_ID[0] != 0x05 || token->TOK_ID[1] != 0x04)
1199 token->TOK_ID[0] = 0x05; in _gssapi_wrap_cfx()
1200 token->TOK_ID[1] = 0x04; in _gssapi_wrap_cfx()
1398 if (token->TOK_ID[0] != 0x05 || token->TOK_ID[1] != 0x04) { in _gssapi_unwrap_cfx()
1601 token->TOK_ID[0] = 0x04; in _gssapi_mic_cfx()
1602 token->TOK_ID[1] = 0x04; in _gssapi_mic_cfx()
1682 if (token->TOK_ID[0] != 0x04 || token->TOK_ID[1] != 0x04) { in _gssapi_verify_mic_cfx()