Searched refs:entropy_init (Results 1 – 3 of 3) sorted by relevance
72 void (* entropy_init)(mbedtls_entropy_context *ctx),
120 void (* entropy_init)(mbedtls_entropy_context *ctx); member
6772 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;