Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpsa_crypto.c7823 static psa_status_t mbedtls_psa_random_seed(mbedtls_psa_random_context_t *rng) function
8290 status = mbedtls_psa_random_seed(&global_data.rng);
/mbedtls-latest/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…