Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpsa_crypto_invasive.h67 void (* entropy_init)(mbedtls_entropy_context *ctx),
Dpsa_crypto_random_impl.h69 void (* entropy_init)(mbedtls_entropy_context *ctx); member
Dpsa_crypto.c7784 if (rng->entropy_init == NULL) {
7785 rng->entropy_init = mbedtls_entropy_init;
7791 rng->entropy_init(&rng->entropy);
8115 void (* entropy_init)(mbedtls_entropy_context *ctx),
8127 global_data.rng.entropy_init = entropy_init;