Home
last modified time | relevance | path

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

/buildroot/package/ibrcommon/
A D0003-ibrcommon-ssl-gcm-fix-static-build-with-openssl.patch40 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);
[all …]
/buildroot/support/kconfig/lxdialog/
A Dtextbox.c56 int dialog_textbox(const char *title, char *tbuf, int initial_height, in dialog_textbox() argument
69 buf = tbuf; in dialog_textbox()
A Ddialog.h238 int dialog_textbox(const char *title, char *tbuf, int initial_height,

Completed in 6 milliseconds