Searched refs:crc_t10dif_update (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/lib/ |
D | crc-t10dif.c | 22 __u16 crc_t10dif_update(__u16 crc, const unsigned char *buffer, size_t len) in crc_t10dif_update() function 42 EXPORT_SYMBOL(crc_t10dif_update); 46 return crc_t10dif_update(0, buffer, len); in crc_t10dif()
|
/linux-4.4.14/include/linux/ |
D | crc-t10dif.h | 12 extern __u16 crc_t10dif_update(__u16 crc, unsigned char const *, size_t);
|
/linux-4.4.14/drivers/target/ |
D | target_core_sbc.c | 1277 crc = crc_t10dif_update(crc, daddr, offset); in sbc_dif_generate() 1446 crc = crc_t10dif_update(crc, daddr, dsg_off); in sbc_dif_verify()
|