Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ISCSI_DIGEST_TYPES enumeration indicates the digest type.
Syntax
typedef enum {
ISCSI_DIGEST_TYPE_NONE,
ISCSI_DIGEST_TYPE_CRC32C
} ISCSI_DIGEST_TYPES, *PISCSI_DIGEST_TYPES;
Constants
ISCSI_DIGEST_TYPE_NONE There is no usable digest that guarantees data integrity. |
ISCSI_DIGEST_TYPE_CRC32C The digest that guarantees data integrity uses a 32-bit cyclic redundancy check. |
Requirements
Requirement | Value |
---|---|
Header | iscsidef.h (include Iscsidef.h) |