Home
last modified time | relevance | path

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

/linux-6.15/arch/riscv/lib/
H A Dcrc-clmul-template.h21 static inline unsigned long clmul(unsigned long a, unsigned long b) in clmul() function
118 tmp = clmul(msgpoly, consts->barrett_reduction_const_1); in crc_clmul_long()
148 return clmul(tmp, consts->barrett_reduction_const_2); in crc_clmul_long()
240 p1 = clmul(m0, consts->fold_across_2_longs_const_hi); in crc_clmul()
242 p3 = clmul(m1, consts->fold_across_2_longs_const_lo); in crc_clmul()
/linux-6.15/scripts/
H A Dgen-crc-consts.py20 def clmul(a, b): function
33 return a ^ clmul(div(a, b), b)
/linux-6.15/Documentation/devicetree/bindings/riscv/
H A Dextensions.yaml262 request #158 from hirooih/clmul-fix-loop-end-condition") of
269 hirooih/clmul-fix-loop-end-condition") of riscv-bitmanip.
275 #158 from hirooih/clmul-fix-loop-end-condition") of riscv-bitmanip.
299 from hirooih/clmul-fix-loop-end-condition") of riscv-bitmanip.