Searched refs:tokbody (Results 1 – 1 of 1) sorted by relevance
1822 gss_1964_token_body tokbody; in gss_krb5_3des_token_put() local1834 tokbody = (gss_1964_token_body)tokptr; in gss_krb5_3des_token_put()1835 *tokbody = body_1964_token; /* Initalize the token body */ in gss_krb5_3des_token_put()1836 tokbody->body = body; /* and now set the body to the token type passed in */ in gss_krb5_3des_token_put()1839 tokbody->SND_SEQ[i] = (uint8_t)((seq >> (i * 8)) & 0xff); in gss_krb5_3des_token_put()1842 tokbody->SND_SEQ[i] = lctx->initiate ? 0x00 : 0xff; in gss_krb5_3des_token_put()1850 cccbc_update(cctx->enc_mode, enc_ctx, iv, 1, tokbody->SND_SEQ, tokbody->SND_SEQ); in gss_krb5_3des_token_put()1853 memcpy(tokbody->Hash, hash->value, hash->length); in gss_krb5_3des_token_put()1863 gss_1964_token_body tokbody; in gss_krb5_3des_token_get() local1902 tokbody = (gss_1964_token_body)tokptr; in gss_krb5_3des_token_get()[all …]