Searched defs:crc (Results 1 - 25 of 451) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dcrc7.h8 static inline u8 crc7_be_byte(u8 crc, u8 data) argument
H A Dcrc16.h22 static inline u16 crc16_byte(u16 crc, const u8 data) argument
H A Dcrc-itu-t.h20 static inline u16 crc_itu_t_byte(u16 crc, const u8 data) argument
H A Dcrc-ccitt.h11 static inline u16 crc_ccitt_byte(u16 crc, const u8 c) argument
/linux-master/lib/
H A Dcrc16.c55 u16 crc16(u16 crc, u8 const *buffer, size_t len) argument
H A Dcrc7.c65 u8 crc7_be(u8 crc, const u8 *buffer, size_t len) argument
H A Dcrc64.c51 u64 __pure crc64_be(u64 crc, const void *p, size_t len) argument
73 u64 __pure crc64_rocksoft_generic(u64 crc, const void *p, size_t len) argument
[all...]
H A Dcrc-itu-t.c57 u16 crc_itu_t(u16 crc, const u8 *buffer, size_t len) argument
H A Dcrc-ccitt.c59 u16 crc_ccitt(u16 crc, u8 const *buffer, size_t len) argument
H A Dcrc8.c74 u8 crc8(const u8 table[CRC8_TABLE_SIZE], const u8 *pdata, size_t nbytes, u8 crc) argument
H A Dlibcrc32c.c38 u32 crc32c(u32 crc, const void *address, unsigned int length) argument
H A Dgen_crc64table.c27 uint64_t i, j, c, crc; local
45 uint64_t i, j, c, crc; local
[all...]
/linux-master/crypto/
H A Dcrct10dif_common.c70 __u16 crc_t10dif_generic(__u16 crc, const unsigned char *buffer, size_t len) argument
H A Dcrc64_rocksoft_generic.c10 u64 *crc = shash_desc_ctx(desc); local
20 u64 *crc = shash_desc_ctx(desc); local
29 u64 *crc = shash_desc_ctx(desc); local
35 static int __chksum_finup(u64 crc, const u8 *data, unsigned int len, u8 *out) argument
45 u64 *crc = shash_desc_ctx(desc); local
[all...]
/linux-master/tools/pcmcia/
H A Dcrc32hash.c15 unsigned int crc = 0; local
/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dcrc32.h16 static inline u32 crc32_posix_end(u32 crc, size_t total_len) argument
/linux-master/lib/xz/
H A Dxz_crc32.c49 XZ_EXTERN uint32_t xz_crc32(const uint8_t *buf, size_t size, uint32_t crc) argument
/linux-master/arch/mips/bcm63xx/
H A Dnvram.c29 u32 crc, expected_crc; local
/linux-master/fs/xfs/libxfs/
H A Dxfs_cksum.h17 uint32_t crc; local
52 xfs_end_cksum(uint32_t crc) argument
66 uint32_t crc = xfs_start_cksum_update(buffer, length, cksum_offset); local
77 uint32_t crc = xfs_start_cksum_safe(buffer, length, cksum_offset); local
[all...]
/linux-master/include/uapi/linux/
H A Dbcm933xx_hcs.h22 __u32 crc; member in struct:bcm_hcs
/linux-master/drivers/scsi/libfc/
H A Dfc_frame.c24 u32 crc; local
/linux-master/arch/arm/crypto/
H A Dcrct10dif-ce-glue.c26 u16 *crc = shash_desc_ctx(desc); local
35 u16 *crc = shash_desc_ctx(desc); local
50 u16 *crc = shash_desc_ctx(desc); local
[all...]
/linux-master/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-crc16.c58 static inline u16 mcp251xfd_crc16_byte(u16 crc, const u8 data) argument
65 static u16 mcp251xfd_crc16(u16 crc, u8 const *buffer, size_t len) argument
75 u16 crc = 0xffff; local
83 u16 crc; local
[all...]
/linux-master/arch/arm64/crypto/
H A Dcrct10dif-ce-glue.c28 u16 *crc = shash_desc_ctx(desc); local
37 u16 *crc = shash_desc_ctx(desc); local
62 u16 *crc = shash_desc_ctx(desc); local
86 u16 *crc = shash_desc_ctx(desc); local
[all...]
/linux-master/drivers/mtd/nand/raw/
H A Dnand_jedec.c35 u16 crc; local

Completed in 219 milliseconds

1234567891011>>