Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/nfs/gss/
H A Dgss_krb5_mech.c1147 uint8_t TOK_ID[2]; /* 04 04 */ member
1154 uint8_t TOK_ID[2]; /* 05 04 */ member
1169 .TOK_ID = "\x04\x04",
1176 .TOK_ID = "\x05\04",
1191 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()
1192 printf("Bad mic TOK_ID %x %x\n", token->TOK_ID[0], token->TOK_ID[1]); in gss_krb5_cfx_verify_mic_token()
1650 if (token.TOK_ID[0] != wrap_cfx_token.TOK_ID[0] || in gss_krb5_cfx_unwrap_mbuf()
1651 token.TOK_ID[1] != wrap_cfx_token.TOK_ID[1] || in gss_krb5_cfx_unwrap_mbuf()
1733 uint8_t TOK_ID[2]; /* 01 01 */ member
1739 uint8_t TOK_ID[2]; /* 02 01 */ member
[all …]