Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/interface/include/mbedtls/
Dentropy.h105 typedef struct mbedtls_entropy_context { struct
119 mbedtls_entropy_context; typedef
134 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);
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_psa_init.c39 static mbedtls_entropy_context *CC312_pMbedtlsEntropy = NULL;
61 CC312_pMbedtlsEntropy = mbedtls_calloc(1, sizeof(mbedtls_entropy_context)); in cc3xx_init()
Dcc3xx_internal_drbg_util.c41 mbedtls_entropy_context global_entropy_ctx;
54 CC_PalMemSetZero(&global_entropy_ctx, sizeof(mbedtls_entropy_context)); in cc3xx_ctr_drbg_get_ctx()
/trusted-firmware-m-latest/platform/ext/accelerator/cc312/
Dcc312.c31 static mbedtls_entropy_context *CC312_pMbedtlsEntropy = NULL;
66 CC312_pMbedtlsEntropy = mbedtls_calloc(1, sizeof(mbedtls_entropy_context)); in crypto_hw_accelerator_init()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/
Drun_integration_test.c168 mbedtls_entropy_context* pMbedtlsEntropy = NULL; in runIt_init()
178 ALLOC_STRUCT(mbedtls_entropy_context, mbedtlsEntropy, pMbedtlsEntropy); in runIt_init()