1 /* 2 * Copyright (c) 2001-2019, Arm Limited and Contributors. All rights reserved. 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 #ifndef _CC_CONFIG_TRNG90B_H 8 #define _CC_CONFIG_TRNG90B_H 9 10 /* 11 This file should be updated according to the characterization process. 12 */ 13 14 /*** For Startup Tests ***/ 15 // amount of bytes for the startup test = 528 (at least 4096 bits (NIST SP 800-90B (2nd Draft) 4.3.12) = 22 EHRs = 4224 bits) 16 #define CC_CONFIG_TRNG90B_AMOUNT_OF_BYTES_STARTUP 528 17 18 19 20 #endif // _CC_CONFIG_TRNG90B_H 21