Searched refs:tmpref (Results 1 - 12 of 12) sorted by relevance

/hardware/ti/omap4-aah/security/tf_crypto_sst/
H A Dpkcs11_object.c282 sOperation.params[1].tmpref.buffer = (uint8_t*)pMechanism->pParameter;
283 sOperation.params[1].tmpref.size = (uint32_t)pMechanism->ulParameterLen;
293 sOperation.params[2].tmpref.buffer = (uint8_t*)((CK_RSA_PKCS_OAEP_PARAMS_PTR)(pMechanism->pParameter))->pSourceData;
294 sOperation.params[2].tmpref.size = (uint32_t) ((CK_RSA_PKCS_OAEP_PARAMS_PTR)(pMechanism->pParameter))->ulSourceDataLen;
346 sOperation.params[0].tmpref.buffer = (uint8_t*)pData;
347 sOperation.params[0].tmpref.size = (uint32_t)ulDataLen;
364 sOperation.params[1].tmpref.buffer = (uint8_t*)NULL;
370 sOperation.params[1].tmpref.buffer = (uint8_t*)pResult;
371 sOperation.params[1].tmpref.size = (uint32_t)*pulResultLen;
399 *pulResultLen = sOperation.params[1].tmpref
[all...]
H A Dsst_stub.c119 sOperation.params[3].tmpref.buffer = pSignatureFile;
120 sOperation.params[3].tmpref.size = nSignatureFileLen;
284 sOperation.params[1].tmpref.buffer = (void*)pFilename;
285 sOperation.params[1].tmpref.size = strlen(pFilename);
355 sOperation.params[1].tmpref.buffer = (void*)pBuffer;
356 sOperation.params[1].tmpref.size = nSize;
397 sOperation.params[1].tmpref.buffer = pBuffer;
398 sOperation.params[1].tmpref.size = nSize;
406 *pnCount = sOperation.params[1].tmpref.size; /* The returned buffer size */
522 sOperation.params[1].tmpref
[all...]
H A Dpkcs11_session.c154 sOperation.params[3].tmpref.buffer = pSignatureFile;
155 sOperation.params[3].tmpref.size = nSignatureFileLen;
/hardware/ti/omap4xxx/security/tf_crypto_sst/
H A Dpkcs11_object.c285 sOperation.params[1].tmpref.buffer = (uint8_t*)pMechanism->pParameter;
286 sOperation.params[1].tmpref.size = (uint32_t)pMechanism->ulParameterLen;
296 sOperation.params[2].tmpref.buffer = (uint8_t*)((CK_RSA_PKCS_OAEP_PARAMS_PTR)(pMechanism->pParameter))->pSourceData;
297 sOperation.params[2].tmpref.size = (uint32_t) ((CK_RSA_PKCS_OAEP_PARAMS_PTR)(pMechanism->pParameter))->ulSourceDataLen;
349 sOperation.params[0].tmpref.buffer = (uint8_t*)pData;
350 sOperation.params[0].tmpref.size = (uint32_t)ulDataLen;
367 sOperation.params[1].tmpref.buffer = (uint8_t*)NULL;
373 sOperation.params[1].tmpref.buffer = (uint8_t*)pResult;
374 sOperation.params[1].tmpref.size = (uint32_t)*pulResultLen;
402 *pulResultLen = sOperation.params[1].tmpref
[all...]
H A Dsst_stub.c120 sOperation.params[3].tmpref.buffer = pSignatureFile;
121 sOperation.params[3].tmpref.size = nSignatureFileLen;
285 sOperation.params[1].tmpref.buffer = (void*)pFilename;
286 sOperation.params[1].tmpref.size = strlen(pFilename);
356 sOperation.params[1].tmpref.buffer = (void*)pBuffer;
357 sOperation.params[1].tmpref.size = nSize;
398 sOperation.params[1].tmpref.buffer = pBuffer;
399 sOperation.params[1].tmpref.size = nSize;
407 *pnCount = sOperation.params[1].tmpref.size; /* The returned buffer size */
523 sOperation.params[1].tmpref
[all...]
H A Dpkcs11_session.c154 sOperation.params[3].tmpref.buffer = pSignatureFile;
155 sOperation.params[3].tmpref.size = nSignatureFileLen;
/hardware/ti/omap4-aah/security/tf_sdk/include/
H A Dtee_client_api.h101 TEEC_TempMemoryReference tmpref; member in union:__anon3523
/hardware/ti/omap4xxx/security/tf_sdk/include/
H A Dtee_client_api.h101 TEEC_TempMemoryReference tmpref; member in union:__anon3624
/hardware/ti/omap4-aah/security/tee_client_api/
H A Dtee_client_api_linux_driver.c227 detect a NULL tmpref.
229 pSCXParam->sTempMemref.nOffset = (uint32_t)pTEECParam->tmpref.buffer;
230 pSCXParam->sTempMemref.nDescriptor = (uint32_t)pTEECParam->tmpref.buffer;
231 pSCXParam->sTempMemref.nSize = pTEECParam->tmpref.size;
287 /* Trick: the size field is at the same position in a memref or a tmpref */
/hardware/ti/omap4xxx/security/tee_client_api/
H A Dtee_client_api_linux_driver.c219 detect a NULL tmpref.
221 pSCXParam->sTempMemref.nOffset = (uint32_t)pTEECParam->tmpref.buffer;
222 pSCXParam->sTempMemref.nDescriptor = (uint32_t)pTEECParam->tmpref.buffer;
223 pSCXParam->sTempMemref.nSize = pTEECParam->tmpref.size;
279 /* Trick: the size field is at the same position in a memref or a tmpref */
/hardware/ti/omap4-aah/security/tf_daemon/
H A Ddelegation_client.c1034 if (pOperation->params[1].tmpref.size > nInstructionsBufferSize)
1037 pOperation->params[1].tmpref.size = 0;
1048 nInstructionsBufferSize = pOperation->params[1].tmpref.size;
/hardware/ti/omap4xxx/security/tf_daemon/
H A Ddelegation_client.c916 if (pOperation->params[1].tmpref.size > nInstructionsBufferSize)
919 pOperation->params[1].tmpref.size = 0;
930 nInstructionsBufferSize = pOperation->params[1].tmpref.size;

Completed in 854 milliseconds