Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dpoly1305_generic.c21 static inline u64 mlt(u64 a, u64 b) in mlt() function
147 d0 = mlt(h0, r0) + mlt(h1, s4) + mlt(h2, s3) + in poly1305_blocks()
148 mlt(h3, s2) + mlt(h4, s1); in poly1305_blocks()
149 d1 = mlt(h0, r1) + mlt(h1, r0) + mlt(h2, s4) + in poly1305_blocks()
150 mlt(h3, s3) + mlt(h4, s2); in poly1305_blocks()
151 d2 = mlt(h0, r2) + mlt(h1, r1) + mlt(h2, r0) + in poly1305_blocks()
152 mlt(h3, s4) + mlt(h4, s3); in poly1305_blocks()
153 d3 = mlt(h0, r3) + mlt(h1, r2) + mlt(h2, r1) + in poly1305_blocks()
154 mlt(h3, r0) + mlt(h4, s4); in poly1305_blocks()
155 d4 = mlt(h0, r4) + mlt(h1, r3) + mlt(h2, r2) + in poly1305_blocks()
[all …]
/linux-4.4.14/lib/lz4/
Dlz4hc_compress.c156 size_t mlt = in lz4hc_insertandfindbestmatch() local
159 if (mlt > ml) { in lz4hc_insertandfindbestmatch()
160 ml = mlt; in lz4hc_insertandfindbestmatch()
/linux-4.4.14/arch/mips/include/asm/txx9/
Dtx3927.h79 endian_def_b4(unused0, ht, mlt, cls);