Searched refs:TOK_ID (Results 1 – 1 of 1) sorted by relevance
1146 uint8_t TOK_ID[2]; /* 04 04 */ member1153 uint8_t TOK_ID[2]; /* 05 04 */ member1168 .TOK_ID = "\x04\x04",1175 .TOK_ID = "\x05\04",1190 if (token->TOK_ID[0] != mic_cfx_token.TOK_ID[0] || token->TOK_ID[1] != mic_cfx_token.TOK_ID[1]) { in gss_krb5_cfx_verify_mic_token()1191 printf("Bad mic TOK_ID %x %x\n", token->TOK_ID[0], token->TOK_ID[1]); in gss_krb5_cfx_verify_mic_token()1602 if (token.TOK_ID[0] != wrap_cfx_token.TOK_ID[0] || in gss_krb5_cfx_unwrap_mbuf()1603 token.TOK_ID[1] != wrap_cfx_token.TOK_ID[1] || in gss_krb5_cfx_unwrap_mbuf()1685 uint8_t TOK_ID[2]; /* 01 01 */ member1691 uint8_t TOK_ID[2]; /* 02 01 */ member[all …]