Home
last modified time | relevance | path

Searched defs:rotl (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dcrypto_helper.c183 uint32_t rotl = rol32(x, shamt); in HELPER() local
197 uint32_t rotl = rol32(x, shamt); in HELPER() local
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_security.c814 u8 rotl[4]; in mix_column() local
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c2456 static uint32_t rotl(uint32_t v, unsigned count) in rotl() function