HomeSort by relevance Sort by last modified time
    Searched refs:tmpref (Results 1 - 12 of 12) sorted by null

  /hardware/ti/omap4-aah/security/tf_crypto_sst/
pkcs11_object.c 282 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.size
    [all...]
sst_stub.c 119 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.buffer = (void*)pFilename
    [all...]
pkcs11_session.c 154 sOperation.params[3].tmpref.buffer = pSignatureFile;
155 sOperation.params[3].tmpref.size = nSignatureFileLen;
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
pkcs11_object.c 285 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.size
    [all...]
sst_stub.c 120 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.buffer = (void*)pFilename
    [all...]
pkcs11_session.c 154 sOperation.params[3].tmpref.buffer = pSignatureFile;
155 sOperation.params[3].tmpref.size = nSignatureFileLen;
  /hardware/ti/omap4-aah/security/tf_sdk/include/
tee_client_api.h 101 TEEC_TempMemoryReference tmpref; member in union:__anon27659
  /hardware/ti/omap4xxx/security/tf_sdk/include/
tee_client_api.h 101 TEEC_TempMemoryReference tmpref; member in union:__anon27760
  /hardware/ti/omap4-aah/security/tee_client_api/
tee_client_api_linux_driver.c 227 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/
tee_client_api_linux_driver.c 219 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/
delegation_client.c 1034 if (pOperation->params[1].tmpref.size > nInstructionsBufferSize)
1037 pOperation->params[1].tmpref.size = 0;
1048 nInstructionsBufferSize = pOperation->params[1].tmpref.size;
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 916 if (pOperation->params[1].tmpref.size > nInstructionsBufferSize)
919 pOperation->params[1].tmpref.size = 0;
930 nInstructionsBufferSize = pOperation->params[1].tmpref.size;
    [all...]

Completed in 8520 milliseconds