Searched refs:tokbody (Results 1 – 1 of 1) sorted by relevance
1872 gss_1964_token_body tokbody; in gss_krb5_3des_token_put() local1884 tokbody = (gss_1964_token_body)tokptr; in gss_krb5_3des_token_put()1885 *tokbody = body_1964_token; /* Initalize the token body */ in gss_krb5_3des_token_put()1886 tokbody->body = body; /* and now set the body to the token type passed in */ in gss_krb5_3des_token_put()1889 tokbody->SND_SEQ[i] = (uint8_t)((seq >> (i * 8)) & 0xff); in gss_krb5_3des_token_put()1892 tokbody->SND_SEQ[i] = lctx->initiate ? 0x00 : 0xff; in gss_krb5_3des_token_put()1900 cccbc_update(cctx->enc_mode, enc_ctx, iv, 1, tokbody->SND_SEQ, tokbody->SND_SEQ); in gss_krb5_3des_token_put()1903 memcpy(tokbody->Hash, hash->value, hash->length); in gss_krb5_3des_token_put()1913 gss_1964_token_body tokbody; in gss_krb5_3des_token_get() local1952 tokbody = (gss_1964_token_body)tokptr; in gss_krb5_3des_token_get()[all …]