Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_invasive.h68 void (* entropy_free)(mbedtls_entropy_context *ctx));
H A Dpsa_crypto_random_impl.h70 void (* entropy_free)(mbedtls_entropy_context *ctx); member
H A Dpsa_crypto.c7975 if (rng->entropy_free == NULL) { in mbedtls_psa_random_init()
7976 rng->entropy_free = mbedtls_entropy_free; in mbedtls_psa_random_init()
8005 rng->entropy_free(&rng->entropy); in mbedtls_psa_random_free()
8306 void (* entropy_free)(mbedtls_entropy_context *ctx)) in mbedtls_psa_crypto_configure_entropy_sources()
8318 global_data.rng.entropy_free = entropy_free; in mbedtls_psa_crypto_configure_entropy_sources()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog4969 entropy_free() to crash (thanks to Rafał Przywara).