Searched refs:CRC32C (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/arch/mips/crypto/ |
D | crc32-mips.c | 67 #define CRC32C(crc, value, size) \ macro 118 CRC32C(crc, value, d); 129 CRC32C(crc, value, w); 137 CRC32C(crc, value, h); 144 CRC32C(crc, value, b);
|
/Linux-v5.10/arch/sparc/crypto/ |
D | crc32c_asm.S | 13 CRC32C(0,2,0)
|
D | opcodes.h | 18 #define CRC32C(a,b,c) \ macro
|
/Linux-v5.10/drivers/target/iscsi/ |
D | iscsi_target_parameters.h | 158 #define CRC32C "CRC32C" macro
|
D | iscsi_target_parameters.c | 893 if (strcmp(value, CRC32C) && strcmp(value, NONE)) { in iscsi_check_string_or_list_value() 896 CRC32C, NONE); in iscsi_check_string_or_list_value() 1565 ops->HeaderDigest = !strcmp(param->value, CRC32C); in iscsi_set_connection_parameters() 1569 ops->DataDigest = !strcmp(param->value, CRC32C); in iscsi_set_connection_parameters()
|
/Linux-v5.10/Documentation/filesystems/ |
D | ceph.rst | 137 Disable CRC32C calculation for data writes. If set, the storage node
|
/Linux-v5.10/drivers/target/iscsi/cxgbit/ |
D | cxgbit_target.c | 608 if (!strcmp(param->value, CRC32C)) in cxgbit_set_digest() 618 if (!strcmp(param->value, CRC32C)) in cxgbit_set_digest()
|
/Linux-v5.10/Documentation/filesystems/ext4/ |
D | journal.rst | 338 - CRC32C
|
/Linux-v5.10/crypto/ |
D | Kconfig | 600 support CRC32C implementation using hardware accelerated CRC32
|