mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-13 05:39:56 +00:00
tests: rename mbedtls_platform_get_entropy_alt()
Since mbedtls_platform_get_entropy_alt() is being renamed to mbedtls_platform_get_entropy() on the tf-psa-crypto repo, this commit adapts to testing support. Signed-off-by: Valerio Setti <[email protected]>
This commit is contained in:
@@ -41,16 +41,16 @@ void mbedtls_test_disable_insecure_external_rng(void);
|
||||
|
||||
#include <mbedtls/platform.h>
|
||||
|
||||
/* Force return value or entropy content in mbedtls_platform_get_entropy_alt()
|
||||
/* Force return value or entropy content in mbedtls_platform_get_entropy()
|
||||
* as follows:
|
||||
* - if fail == 0 && forced_entropy_content == 0 then
|
||||
* mbedtls_platform_get_entropy_alt() behaves properly.
|
||||
* mbedtls_platform_get_entropy() behaves properly.
|
||||
* - if fail != 0 then MBEDTLS_ERR_ENTROPY_SOURCE_FAILED is returned.
|
||||
* - if forced_entropy_content != 0 then
|
||||
* - return value is success (0) but
|
||||
* - returned entropy_content will be equal to forced_entropy_content.
|
||||
*/
|
||||
void mbedtls_test_get_entropy_alt_force(int fail, size_t forced_entropy_content);
|
||||
void mbedtls_test_get_entropy_force(int fail, size_t forced_entropy_content);
|
||||
|
||||
#endif /* MBEDTLS_PLATFORM_GET_ENTROPY_ALT */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user