Lines Matching defs:ctx
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()
86 int mbedtls_entropy_add_source(mbedtls_entropy_context *ctx, in mbedtls_entropy_add_source()
124 static int entropy_update(mbedtls_entropy_context *ctx, unsigned char source_id, in entropy_update()
173 int mbedtls_entropy_update_manual(mbedtls_entropy_context *ctx, in mbedtls_entropy_update_manual()
198 static int entropy_gather_internal(mbedtls_entropy_context *ctx) in entropy_gather_internal()
249 int mbedtls_entropy_gather(mbedtls_entropy_context *ctx) in mbedtls_entropy_gather()
274 mbedtls_entropy_context *ctx = (mbedtls_entropy_context *) data; in mbedtls_entropy_func() local
383 int mbedtls_entropy_update_nv_seed(mbedtls_entropy_context *ctx) in mbedtls_entropy_update_nv_seed()
406 int mbedtls_entropy_write_seed_file(mbedtls_entropy_context *ctx, const char *path) in mbedtls_entropy_write_seed_file()
442 int mbedtls_entropy_update_seed_file(mbedtls_entropy_context *ctx, const char *path) in mbedtls_entropy_update_seed_file()
606 mbedtls_entropy_context ctx; in mbedtls_entropy_self_test() local