Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto.c92 #define RNG_NOT_INITIALIZED 0 macro
8314 if (global_data.rng_state != RNG_NOT_INITIALIZED) { in mbedtls_psa_crypto_configure_entropy_sources()
8355 if (global_data.rng_state != RNG_NOT_INITIALIZED) { in mbedtls_psa_crypto_free()
8358 global_data.rng_state = RNG_NOT_INITIALIZED; in mbedtls_psa_crypto_free()
8476 if (global_data.rng_state == RNG_NOT_INITIALIZED && driver_wrappers_initialized) { in mbedtls_psa_crypto_init_subsystem()