Home
last modified time | relevance | path

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

12345678910>>...34

/kernel/linux/linux-5.10/lib/
H A Dcrc64.c44 u64 __pure crc64_be(u64 crc, const void *p, size_t len) in crc64_be() argument
H A Dcrc-itu-t.c57 u16 crc_itu_t(u16 crc, const u8 *buffer, size_t len) in crc_itu_t() argument
H A Dcrc16.c55 u16 crc16(u16 crc, u8 const *buffer, size_t len) in crc16() argument
H A Dcrc7.c65 u8 crc7_be(u8 crc, const u8 *buffer, size_t len) in crc7_be() argument
H A Dcrc-ccitt.c99 u16 crc_ccitt(u16 crc, u8 const *buffer, size_t len) in crc_ccitt() argument
114 u16 crc_ccitt_false(u16 crc, u8 const *buffer, size_t len) in crc_ccitt_false() argument
[all...]
H A Dgen_crc64table.c25 uint64_t i, j, c, crc; in generate_crc64_table() local
/kernel/linux/linux-5.10/include/linux/
H A Dcrc-ccitt.h13 static inline u16 crc_ccitt_byte(u16 crc, const u8 c) in crc_ccitt_byte() argument
18 static inline u16 crc_ccitt_false_byte(u16 crc, const u8 c) in crc_ccitt_false_byte() argument
H A Dcrc-itu-t.h20 static inline u16 crc_itu_t_byte(u16 crc, const u8 data) in crc_itu_t_byte() argument
H A Dcrc16.h22 static inline u16 crc16_byte(u16 crc, const u8 data) in crc16_byte() argument
H A Dcrc7.h8 static inline u8 crc7_be_byte(u8 crc, u8 data) in crc7_be_byte() argument
/kernel/linux/linux-6.6/include/linux/
H A Dcrc-ccitt.h13 static inline u16 crc_ccitt_byte(u16 crc, const u8 c) in crc_ccitt_byte() argument
18 static inline u16 crc_ccitt_false_byte(u16 crc, const u8 c) in crc_ccitt_false_byte() argument
H A Dcrc-itu-t.h20 static inline u16 crc_itu_t_byte(u16 crc, const u8 data) in crc_itu_t_byte() argument
H A Dcrc16.h22 static inline u16 crc16_byte(u16 crc, const u8 data) in crc16_byte() argument
H A Dcrc7.h8 static inline u8 crc7_be_byte(u8 crc, u8 data) in crc7_be_byte() argument
/kernel/linux/linux-5.10/crypto/
H A Dcrct10dif_common.c70 __u16 crc_t10dif_generic(__u16 crc, const unsigned char *buffer, size_t len) in crc_t10dif_generic() argument
/kernel/linux/linux-6.6/crypto/
H A Dcrct10dif_common.c70 __u16 crc_t10dif_generic(__u16 crc, const unsigned char *buffer, size_t len) in crc_t10dif_generic() argument
/kernel/linux/linux-6.6/lib/
H A Dcrc-itu-t.c57 u16 crc_itu_t(u16 crc, const u8 *buffer, size_t len) in crc_itu_t() argument
H A Dcrc16.c55 u16 crc16(u16 crc, u8 const *buffer, size_t len) in crc16() argument
H A Dcrc7.c65 u8 crc7_be(u8 crc, const u8 *buffer, size_t len) in crc7_be() argument
H A Dcrc64.c51 u64 __pure crc64_be(u64 crc, const void *p, size_t len) in crc64_be() argument
73 u64 __pure crc64_rocksoft_generic(u64 crc, const void *p, size_t len) in crc64_rocksoft_generic() argument
[all...]
H A Dcrc-ccitt.c99 u16 crc_ccitt(u16 crc, u8 const *buffer, size_t len) in crc_ccitt() argument
114 u16 crc_ccitt_false(u16 crc, u8 const *buffer, size_t len) in crc_ccitt_false() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dcrc32.h17 static inline u32 crc32_posix_end(u32 crc, size_t total_len) in crc32_posix_end() argument
/kernel/linux/linux-5.10/tools/pcmcia/
H A Dcrc32hash.c15 unsigned int crc = 0; in crc32() local
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dcrc32.h16 static inline u32 crc32_posix_end(u32 crc, size_t total_len) in crc32_posix_end() argument
/kernel/linux/linux-6.6/tools/pcmcia/
H A Dcrc32hash.c15 unsigned int crc = 0; in crc32() local

Completed in 5 milliseconds

12345678910>>...34