// iscsidef.h
typedef enum {
ISCSI_DIGEST_TYPE_NONE,
ISCSI_DIGEST_TYPE_CRC32C
} ISCSI_DIGEST_TYPES, *PISCSI_DIGEST_TYPES;
View the official Windows Driver Kit DDI referenceNo description available.
The ISCSI_DIGEST_TYPES enumeration indicates the digest type.
ISCSI_DIGEST_TYPE_NONEThere is no usable digest that guarantees data integrity.
ISCSI_DIGEST_TYPE_CRC32CThe digest that guarantees data integrity uses a 32-bit cyclic redundancy check.