OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpref
(Results
1 - 6
of
6
) sorted by null
/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/omap4xxx/security/tf_sdk/include/
tee_client_api.h
101
TEEC_TempMemoryReference
tmpref
;
member in union:__anon35726
/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/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 230 milliseconds