enum iscsi_digest_type
Types of iSCSI digests.
Values are used as index in iscsi_digest_length array.
#include <ndn_iscsi.h> enum iscsi_digest_type { ISCSI_DIGEST_NONE = 0, ISCSI_DIGEST_CRC32C, };
Types of iSCSI digests.
Values are used as index in iscsi_digest_length array.
#include <ndn_iscsi.h> enum iscsi_digest_type { ISCSI_DIGEST_NONE = 0, ISCSI_DIGEST_CRC32C, };