Searched refs:tbuf (Results 1 – 3 of 3) sorted by relevance
| /buildroot/package/ibrcommon/ |
| A D | 0003-ibrcommon-ssl-gcm-fix-static-build-with-openssl.patch | 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); [all …]
|
| /buildroot/support/kconfig/lxdialog/ |
| A D | textbox.c | 56 int dialog_textbox(const char *title, char *tbuf, int initial_height, in dialog_textbox() argument 69 buf = tbuf; in dialog_textbox()
|
| A D | dialog.h | 238 int dialog_textbox(const char *title, char *tbuf, int initial_height,
|
Completed in 6 milliseconds