Lines Matching refs:mbedtls_entropy_context
42 void mbedtls_entropy_init( mbedtls_entropy_context *ctx ) in mbedtls_entropy_init()
81 void mbedtls_entropy_free( mbedtls_entropy_context *ctx ) in mbedtls_entropy_free()
104 int mbedtls_entropy_add_source( mbedtls_entropy_context *ctx, in mbedtls_entropy_add_source()
141 static int entropy_update( mbedtls_entropy_context *ctx, unsigned char source_id, in entropy_update()
197 int mbedtls_entropy_update_manual( mbedtls_entropy_context *ctx, in mbedtls_entropy_update_manual()
220 static int entropy_gather_internal( mbedtls_entropy_context *ctx ) in entropy_gather_internal()
270 int mbedtls_entropy_gather( mbedtls_entropy_context *ctx ) in mbedtls_entropy_gather()
293 mbedtls_entropy_context *ctx = (mbedtls_entropy_context *) data; in mbedtls_entropy_func()
412 int mbedtls_entropy_update_nv_seed( mbedtls_entropy_context *ctx ) in mbedtls_entropy_update_nv_seed()
433 int mbedtls_entropy_write_seed_file( mbedtls_entropy_context *ctx, const char *path ) in mbedtls_entropy_write_seed_file()
471 int mbedtls_entropy_update_seed_file( mbedtls_entropy_context *ctx, const char *path ) in mbedtls_entropy_update_seed_file()
628 mbedtls_entropy_context ctx; in mbedtls_entropy_self_test()