Lines Matching refs:tbuf
40 memcpy(tbuf, ctx->ghash_h, BLOCK_SIZE);
43 - if(ln & 1) gf_mul(ui8_ptr(ctx->hdr_ghv), tbuf);
44 + if(ln & 1) ibrdtn_gf_mul(ui8_ptr(ctx->hdr_ghv), tbuf);
46 - gf_mul(tbuf, tbuf);
47 + ibrdtn_gf_mul(tbuf, tbuf);
52 tbuf[0] = 0x80;
55 - gf_mul(tbuf, tbuf);
56 + ibrdtn_gf_mul(tbuf, tbuf);
58 gf_mul_hh(tbuf, ctx, scratch);
61 - gf_mul(ui8_ptr(ctx->hdr_ghv), tbuf);
62 + ibrdtn_gf_mul(ui8_ptr(ctx->hdr_ghv), tbuf);