Searched refs:CRC32C (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/mips/crypto/ |
| H A 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);
|
| /OK3568_Linux_fs/kernel/arch/sparc/crypto/ |
| H A D | crc32c_asm.S | 13 CRC32C(0,2,0)
|
| H A D | opcodes.h | 18 #define CRC32C(a,b,c) \ macro
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-crc32c_2.2.post0.bb | 4 LICENSE = "BSD-2-Clause & BSD-3-Clause & CRC32C-ADLER & LGPL-2.0-or-later"
|
| /OK3568_Linux_fs/external/chromium/licenses/ |
| H A D | LICENSE.53 | 1 Copyright 2017, The CRC32C Authors.
|
| /OK3568_Linux_fs/kernel/drivers/target/iscsi/ |
| H A D | iscsi_target_parameters.h | 158 #define CRC32C "CRC32C" macro
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | ceph.rst | 137 Disable CRC32C calculation for data writes. If set, the storage node
|
| /OK3568_Linux_fs/kernel/drivers/target/iscsi/cxgbit/ |
| H A D | cxgbit_target.c | 607 if (!strcmp(param->value, CRC32C)) in cxgbit_set_digest() 617 if (!strcmp(param->value, CRC32C)) in cxgbit_set_digest()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | Kconfig | 203 config CRC32C config
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/ |
| H A D | journal.rst | 338 - CRC32C
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | Kconfig | 631 support CRC32C implementation using hardware accelerated CRC32
|