Lines Matching refs:mbedtls_entropy_context
27 void mbedtls_entropy_init(mbedtls_entropy_context *ctx) in mbedtls_entropy_init()
62 void mbedtls_entropy_free(mbedtls_entropy_context *ctx) in mbedtls_entropy_free()
82 int mbedtls_entropy_add_source(mbedtls_entropy_context *ctx, in mbedtls_entropy_add_source()
120 static int entropy_update(mbedtls_entropy_context *ctx, unsigned char source_id, in entropy_update()
169 int mbedtls_entropy_update_manual(mbedtls_entropy_context *ctx, in mbedtls_entropy_update_manual()
194 static int entropy_gather_internal(mbedtls_entropy_context *ctx) in entropy_gather_internal()
245 int mbedtls_entropy_gather(mbedtls_entropy_context *ctx) in mbedtls_entropy_gather()
270 mbedtls_entropy_context *ctx = (mbedtls_entropy_context *) data; in mbedtls_entropy_func()
379 int mbedtls_entropy_update_nv_seed(mbedtls_entropy_context *ctx) in mbedtls_entropy_update_nv_seed()
402 int mbedtls_entropy_write_seed_file(mbedtls_entropy_context *ctx, const char *path) in mbedtls_entropy_write_seed_file()
438 int mbedtls_entropy_update_seed_file(mbedtls_entropy_context *ctx, const char *path) in mbedtls_entropy_update_seed_file()
602 mbedtls_entropy_context ctx; in mbedtls_entropy_self_test()