Home
last modified time | relevance | path

Searched refs:mbedtls_entropy_context (Results 1 – 1 of 1) sorted by relevance

/interface/include/mbedtls/
A Dentropy.h106 typedef struct mbedtls_entropy_context { struct
120 mbedtls_entropy_context; typedef
135 void mbedtls_entropy_init(mbedtls_entropy_context *ctx);
142 void mbedtls_entropy_free(mbedtls_entropy_context *ctx);
161 int mbedtls_entropy_add_source(mbedtls_entropy_context *ctx,
173 int mbedtls_entropy_gather(mbedtls_entropy_context *ctx);
198 int mbedtls_entropy_update_manual(mbedtls_entropy_context *ctx,
210 int mbedtls_entropy_update_nv_seed(mbedtls_entropy_context *ctx);
224 int mbedtls_entropy_write_seed_file(mbedtls_entropy_context *ctx, const char *path);
238 int mbedtls_entropy_update_seed_file(mbedtls_entropy_context *ctx, const char *path);

Completed in 79 milliseconds