Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto.c7748 static psa_status_t mbedtls_psa_random_seed(mbedtls_psa_random_context_t *rng) in mbedtls_psa_random_seed() function
8197 status = mbedtls_psa_random_seed(&global_data.rng); in mbedtls_psa_crypto_init_subsystem()
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md107 … querying the RNG is thread-safe (`mbedtls_psa_random_init` and `mbedtls_psa_random_seed` are only…