Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/heimdal/lib/gssapi/krb5/
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
Dcfx.c284 token->TOK_ID[0] = 0x05; in _gssapi_wrap_cfx()
285 token->TOK_ID[1] = 0x04; in _gssapi_wrap_cfx()
484 if (token->TOK_ID[0] != 0x05 || token->TOK_ID[1] != 0x04) { in _gssapi_unwrap_cfx()
697 token->TOK_ID[0] = 0x04; in _gssapi_mic_cfx()
698 token->TOK_ID[1] = 0x04; in _gssapi_mic_cfx()
782 if (token->TOK_ID[0] != 0x04 || token->TOK_ID[1] != 0x04) { in _gssapi_verify_mic_cfx()