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