Searched refs:mbedtls_entropy_context (Results 1 – 5 of 5) sorted by relevance
105 typedef struct mbedtls_entropy_context { struct119 mbedtls_entropy_context; typedef134 void mbedtls_entropy_init(mbedtls_entropy_context *ctx);141 void mbedtls_entropy_free(mbedtls_entropy_context *ctx);160 int mbedtls_entropy_add_source(mbedtls_entropy_context *ctx,172 int mbedtls_entropy_gather(mbedtls_entropy_context *ctx);197 int mbedtls_entropy_update_manual(mbedtls_entropy_context *ctx,209 int mbedtls_entropy_update_nv_seed(mbedtls_entropy_context *ctx);223 int mbedtls_entropy_write_seed_file(mbedtls_entropy_context *ctx, const char *path);237 int mbedtls_entropy_update_seed_file(mbedtls_entropy_context *ctx, const char *path);
39 static mbedtls_entropy_context *CC312_pMbedtlsEntropy = NULL;61 CC312_pMbedtlsEntropy = mbedtls_calloc(1, sizeof(mbedtls_entropy_context)); in cc3xx_init()
41 mbedtls_entropy_context global_entropy_ctx;54 CC_PalMemSetZero(&global_entropy_ctx, sizeof(mbedtls_entropy_context)); in cc3xx_ctr_drbg_get_ctx()
31 static mbedtls_entropy_context *CC312_pMbedtlsEntropy = NULL;66 CC312_pMbedtlsEntropy = mbedtls_calloc(1, sizeof(mbedtls_entropy_context)); in crypto_hw_accelerator_init()
168 mbedtls_entropy_context* pMbedtlsEntropy = NULL; in runIt_init()178 ALLOC_STRUCT(mbedtls_entropy_context, mbedtlsEntropy, pMbedtlsEntropy); in runIt_init()