nvvse: Extend DRNG data length range

- From 512 to 1024

JIRA MAKO-8039
Bug 4839934

Change-Id: Ie949b2abe549174a3c2872aa2daecc9d72de9e8b
Signed-off-by: yong zhang <yongz@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3197637
Reviewed-by: Leo Chiu <lchiu@nvidia.com>
Reviewed-by: Ian Reid <ireid@nvidia.com>
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
yong zhang
2024-08-21 10:27:56 +00:00
committed by Jon Hunter
parent 4ed4816f4c
commit 7af5789560

View File

@@ -51,7 +51,7 @@
#define NVVSE_CHUNK_SIZE (1024*1024) /* 1MB */ #define NVVSE_CHUNK_SIZE (1024*1024) /* 1MB */
/** Defines the Maximum Random Number length supported */ /** Defines the Maximum Random Number length supported */
#define NVVSE_MAX_RANDOM_NUMBER_LEN_SUPPORTED 512U #define NVVSE_MAX_RANDOM_NUMBER_LEN_SUPPORTED 1024U
#define INT32_BYTES 4U #define INT32_BYTES 4U
#define CTR_TO_INT32 4U #define CTR_TO_INT32 4U