Home
last modified time | relevance | path

Searched defs:clmul (Results 1 – 2 of 2) 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
/linux-6.15/scripts/
H A Dgen-crc-consts.py20 def clmul(a, b): function