Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/
Drun_integration_ecdh.c182 RunItPtr cliPtr = {0}; in runIt_ecdhExchange() local
192 ALLOC_STRUCT(mbedtls_ecdh_context, cliPtr, pCli); in runIt_ecdhExchange()
217 FREE_IF_NOT_NULL(cliPtr); in runIt_ecdhExchange()
235 RunItPtr cliPtr = {0}; in runIt_ecdhExange25519() local
245 ALLOC_STRUCT(mbedtls_ecdh_context, cliPtr, pCli); in runIt_ecdhExange25519()
273 FREE_IF_NOT_NULL(cliPtr); in runIt_ecdhExange25519()