Home
last modified time | relevance | path

Searched refs:entropy_input_len_aes128 (Results 1 – 1 of 1) sorted by relevance

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_method_self_test_drbg.c74 static UINT entropy_input_len_aes128 = 16; variable
186 if (entropy_input_len_aes128 < *entropy_len) in drbg_test_get_entropy_pr()
191 if (entropy_input_len_aes128 > entropy_max_len) in drbg_test_get_entropy_pr()
198 …NX_CRYPTO_MEMCPY(entropy, entropy_input_aes128, entropy_input_len_aes128); /* Use case of memcpy i… in drbg_test_get_entropy_pr()
199 *entropy_len = entropy_input_len_aes128; in drbg_test_get_entropy_pr()
203 …NX_CRYPTO_MEMCPY(entropy, entropy_input_pr_0_aes128, entropy_input_len_aes128); /* Use case of mem… in drbg_test_get_entropy_pr()
204 *entropy_len = entropy_input_len_aes128; in drbg_test_get_entropy_pr()
208 …NX_CRYPTO_MEMCPY(entropy, entropy_input_pr_1_aes128, entropy_input_len_aes128); /* Use case of mem… in drbg_test_get_entropy_pr()
209 *entropy_len = entropy_input_len_aes128; in drbg_test_get_entropy_pr()
368 drbg_opt.security_strength = entropy_input_len_aes128; in _nx_crypto_method_self_test_drbg()