Home
last modified time | relevance | path

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

/mbedtls-3.5.0/library/
Dpsa_crypto_invasive.h72 void (* entropy_init)(mbedtls_entropy_context *ctx),
Dpsa_crypto_random_impl.h120 void (* entropy_init)(mbedtls_entropy_context *ctx); member
Dpsa_crypto.c6772 if (rng->entropy_init == NULL) {
6773 rng->entropy_init = mbedtls_entropy_init;
6779 rng->entropy_init(&rng->entropy);
7099 void (* entropy_init)(mbedtls_entropy_context *ctx),
7105 global_data.rng.entropy_init = entropy_init;