Searched refs:cipherPtr (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/ |
| D | run_integration_gcm.c | 59 RunItPtr cipherPtr, plainBufPtr, tagBufPtr, ivBufPtr, addBufPtr; in runIt_gcmProfiling() local 69 ALLOC(cipherPtr, pCipher, data_len); in runIt_gcmProfiling() 103 FREE_IF_NOT_NULL(cipherPtr); in runIt_gcmProfiling() 139 RunItPtr bufPtr, cipherPtr, plainBufPtr, tagBufPtr, ivBufPtr, addBufPtr; in runIt_gcm() local 147 ALLOC_AND_COPY(cipherPtr, pCipher, ct, ct_len); in runIt_gcm() 240 FREE_IF_NOT_NULL(cipherPtr); in runIt_gcm()
|