Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/nfs/gss/
H A Dgss_krb5_mech.c1823 gss_1964_token_body tokbody; in gss_krb5_3des_token_put() local
1835 tokbody = (gss_1964_token_body)tokptr; in gss_krb5_3des_token_put()
1836 *tokbody = body_1964_token; /* Initalize the token body */ in gss_krb5_3des_token_put()
1837 tokbody->body = body; /* and now set the body to the token type passed in */ in gss_krb5_3des_token_put()
1840 tokbody->SND_SEQ[i] = (uint8_t)((seq >> (i * 8)) & 0xff); in gss_krb5_3des_token_put()
1843 tokbody->SND_SEQ[i] = lctx->initiate ? 0x00 : 0xff; in gss_krb5_3des_token_put()
1851 cccbc_update(cctx->enc_mode, enc_ctx, iv, 1, tokbody->SND_SEQ, tokbody->SND_SEQ); in gss_krb5_3des_token_put()
1854 memcpy(tokbody->Hash, hash->value, hash->length); in gss_krb5_3des_token_put()
1864 gss_1964_token_body tokbody; in gss_krb5_3des_token_get() local
1903 tokbody = (gss_1964_token_body)tokptr; in gss_krb5_3des_token_get()
[all …]