Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/gss/
H A Dgss_krb5_mech.c1148 uint8_t TOK_ID[2]; /* 04 04 */ member
1155 uint8_t TOK_ID[2]; /* 05 04 */ member
1170 .TOK_ID = "\x04\x04",
1177 .TOK_ID = "\x05\04",
1192 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()
1193 printf("Bad mic TOK_ID %x %x\n", token->TOK_ID[0], token->TOK_ID[1]); in gss_krb5_cfx_verify_mic_token()
1651 if (token.TOK_ID[0] != wrap_cfx_token.TOK_ID[0] || in gss_krb5_cfx_unwrap_mbuf()
1652 token.TOK_ID[1] != wrap_cfx_token.TOK_ID[1] || in gss_krb5_cfx_unwrap_mbuf()
1734 uint8_t TOK_ID[2]; /* 01 01 */ member
1740 uint8_t TOK_ID[2]; /* 02 01 */ member
[all …]