Lines Matching refs:gf_mul
6 gf_mul is already defined in libcrypto (openssl) so rename it into
9 …../arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/lib/libcrypto.a(f_impl.o): In function `gf_mul':
10 f_impl.c:(.text+0x0): multiple definition of `gf_mul'
34 -#define gf_mul_hh(a, ctx, scr) gf_mul(a, ui8_ptr(ctx->ghash_h))
43 - if(ln & 1) gf_mul(ui8_ptr(ctx->hdr_ghv), tbuf);
46 - gf_mul(tbuf, tbuf);
55 - gf_mul(tbuf, tbuf);
61 - gf_mul(ui8_ptr(ctx->hdr_ghv), tbuf);
74 -void gf_mul(void *a, const void* b)
85 /* A slow generic version of gf_mul (a = a * b) */
87 -void gf_mul(void *a, const void* b);