Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/ibrcommon/
H A D0003-ibrcommon-ssl-gcm-fix-static-build-with-openssl.patch6 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) */
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Dbch.c362 static inline unsigned int gf_mul(struct bch_control *bch, unsigned int a, in gf_mul() function
488 d ^= gf_mul(bch, elp->c[j], syn[2*i+2-j]); in compute_error_locator_polynomial()
683 c = gf_mul(bch, a2, c2); /* c = a2c2 */ in find_poly_deg3_roots()
684 b = gf_mul(bch, a2, b2)^c2; /* b = a2b2 + c2 */ in find_poly_deg3_roots()
734 d = a_pow(bch, 2*l)^gf_mul(bch, b, f)^d; in find_poly_deg4_roots()
735 b = gf_mul(bch, a, e)^b; in find_poly_deg4_roots()
1269 g->c[j] = gf_mul(bch, g->c[j], r)^g->c[j-1]; in compute_generator_polynomial()
1271 g->c[0] = gf_mul(bch, g->c[0], r); in compute_generator_polynomial()
/OK3568_Linux_fs/u-boot/lib/
H A Dbch.c335 static inline unsigned int gf_mul(struct bch_control *bch, unsigned int a, in gf_mul() function
461 d ^= gf_mul(bch, elp->c[j], syn[2*i+2-j]); in compute_error_locator_polynomial()
656 c = gf_mul(bch, a2, c2); /* c = a2c2 */ in find_poly_deg3_roots()
657 b = gf_mul(bch, a2, b2)^c2; /* b = a2b2 + c2 */ in find_poly_deg3_roots()
707 d = a_pow(bch, 2*l)^gf_mul(bch, b, f)^d; in find_poly_deg4_roots()
708 b = gf_mul(bch, a, e)^b; in find_poly_deg4_roots()
1239 g->c[j] = gf_mul(bch, g->c[j], r)^g->c[j-1]; in compute_generator_polynomial()
1241 g->c[0] = gf_mul(bch, g->c[0], r); in compute_generator_polynomial()