Home
last modified time | relevance | path

Searched refs:pOutputStr (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_rsa.c193 uint8_t *pOutputStr = NULL; in runIt_rsaPublicGeneral() local
211 ALLOC(outputStrPtr, pOutputStr, BUF_SIZE); in runIt_rsaPublicGeneral()
220 memset(pOutputStr, 0, BUF_SIZE); in runIt_rsaPublicGeneral()
237 runIt_hexify(pOutputStr, pOutput, pCtx->len); in runIt_rsaPublicGeneral()
239 RUNIT_ASSERT(strcasecmp((char *) pOutputStr, result_hex_str) == 0); in runIt_rsaPublicGeneral()
244 memset(pOutputStr, 0x00, BUF_SIZE); in runIt_rsaPublicGeneral()
247 runIt_hexify(pOutputStr, pOutput, pCtx2->len); in runIt_rsaPublicGeneral()
249 RUNIT_ASSERT(strcasecmp((char *) pOutputStr, result_hex_str) == 0); in runIt_rsaPublicGeneral()
295 uint8_t *pOutputStr = NULL; in runIt_rsaPrivateGeneral() local
317 ALLOC(outputStrPtr, pOutputStr, BUF_SIZE); in runIt_rsaPrivateGeneral()
[all …]