Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/interface/include/mbedtls/
Dctr_drbg.h185 typedef struct mbedtls_ctr_drbg_context { struct
232 mbedtls_ctr_drbg_context; typedef
246 void mbedtls_ctr_drbg_init(mbedtls_ctr_drbg_context *ctx);
347 int mbedtls_ctr_drbg_seed(mbedtls_ctr_drbg_context *ctx,
359 void mbedtls_ctr_drbg_free(mbedtls_ctr_drbg_context *ctx);
374 void mbedtls_ctr_drbg_set_prediction_resistance(mbedtls_ctr_drbg_context *ctx,
401 void mbedtls_ctr_drbg_set_entropy_len(mbedtls_ctr_drbg_context *ctx,
423 int mbedtls_ctr_drbg_set_nonce_len(mbedtls_ctr_drbg_context *ctx,
438 void mbedtls_ctr_drbg_set_reseed_interval(mbedtls_ctr_drbg_context *ctx,
461 int mbedtls_ctr_drbg_reseed(mbedtls_ctr_drbg_context *ctx,
[all …]
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/
Drun_integration_drbg.c62 mbedtls_ctr_drbg_context *pCtx = NULL; in runIt_ctrDrbgEntropyUsageTest()
74 ALLOC_STRUCT(mbedtls_ctr_drbg_context, ctxPtr, pCtx); in runIt_ctrDrbgEntropyUsageTest()
159 mbedtls_ctr_drbg_context *pCtx = NULL; in runIt_ctrDrbgVectorTest()
167 ALLOC_STRUCT(mbedtls_ctr_drbg_context, ctxPtr, pCtx); in runIt_ctrDrbgVectorTest()
Drun_integration_ecdsa.c69 mbedtls_ctr_drbg_context *pCtrDrbg = (mbedtls_ctr_drbg_context *)gpRndState; in runIt_ecdsaPrimRandomTest()
122 mbedtls_ctr_drbg_context *pCtrDrbg = (mbedtls_ctr_drbg_context *)gpRndState; in runIt_ecdsaPrimRandomEdwTest()
382 mbedtls_ctr_drbg_context *pCtrDrbg = (mbedtls_ctr_drbg_context *)gpRndState; in runIt_ecdsaWriteReadRandomTest()
Drun_integration_rsa.c296 mbedtls_ctr_drbg_context *pCtrDrbg = (mbedtls_ctr_drbg_context *)gpRndState; in runIt_rsaPrivateGeneral()
591 mbedtls_ctr_drbg_context *pCtrDrbg = (mbedtls_ctr_drbg_context *)gpRndState; in runIt_rsaPkcsV21TestGeneral()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_psa_init.c38 static mbedtls_ctr_drbg_context *CC312_pRndState = NULL;
60 CC312_pRndState = mbedtls_calloc(1, sizeof(mbedtls_ctr_drbg_context)); in cc3xx_init()
Dcc3xx_internal_drbg_util.c39 mbedtls_ctr_drbg_context global_ctr_drbg_ctx;
53 sizeof(mbedtls_ctr_drbg_context)); in cc3xx_ctr_drbg_get_ctx()
/trusted-firmware-m-latest/platform/ext/accelerator/cc312/
Dcc312.c30 static mbedtls_ctr_drbg_context *CC312_pRndState = NULL;
65 CC312_pRndState = mbedtls_calloc(1, sizeof(mbedtls_ctr_drbg_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_helper.h231 extern mbedtls_ctr_drbg_context* gpRndState;
Drun_integration_test.c123 mbedtls_ctr_drbg_context* gpRndState = NULL;
167 mbedtls_ctr_drbg_context* pRndState = NULL; in runIt_init()
177 ALLOC_STRUCT(mbedtls_ctr_drbg_context, rndState, pRndState); in runIt_init()