Home
last modified time | relevance | path

Searched defs:crc32c (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/util/
H A Dcrc32c.c108 uint32_t crc32c(uint32_t crc, const uint8_t *data, unsigned int length) in crc32c() function
/openbmc/linux/lib/
H A Dlibcrc32c.c38 u32 crc32c(u32 crc, const void *address, unsigned int length) in crc32c() function
/openbmc/linux/arch/mips/crypto/
H A Dcrc32-mips.c27 crc32c, enumerator
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_actlog.c35 __be32 crc32c; member
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c8470 handle_crc32(DisasContext * s,unsigned int sf,unsigned int sz,bool crc32c,unsigned int rm,unsigned int rn,unsigned int rd) handle_crc32() argument
8613 bool crc32c = extract32(opcode, 2, 1); disas_data_proc_2src() local
/openbmc/qemu/target/arm/
H A Dhelper.c12433 HELPER(crc32c) HELPER() argument