commit | e73cd14caf3b2b061b91d7505df1ac1d80f37f7e | [log] [tgz] |
---|---|---|
author | Summer Qin <summer.qin@arm.com> | Mon Aug 14 16:11:54 2023 +0800 |
committer | David Hu <david.hu@arm.com> | Wed Aug 16 08:40:05 2023 +0200 |
tree | 198685a7749bcae2dcf1b4dd0da778e74d904369 | |
parent | 24625742ce511cceca66ab10fd66f884e36a4da3 [diff] |
Crypto: Disbale CTR_DRBG in default and profile large config Only one of HMAC_DRBG or CTR_DRBG is okay to support entropy. In default and profile large config, DETERMINISTIC_ECDSA is enabled and it will auto-set HAMC_DRBG. So disable CTR_DRBG in these two config to save about 1KB in code size. Signed-off-by: Summer Qin <summer.qin@arm.com> Change-Id: I4b6840ce9c30d3054497ad7de167181880e5fc11