Home
last modified time | relevance | path

Searched refs:TEEC_MEMREF_TEMP_INPUT (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/omap4xxx/security/tf_crypto_sst/
Dpkcs11_object.c295 nParamType2 = TEEC_MEMREF_TEMP_INPUT; in static_C_CallInit()
299 …sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, TEEC_MEMREF_TEMP_INPUT, nParamType2, TE… in static_C_CallInit()
348 nParamType0 = TEEC_MEMREF_TEMP_INPUT; in static_C_CallForSingle()
451 nParamType0 = TEEC_MEMREF_TEMP_INPUT; in static_C_CallUpdate()
684 …sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_VALUE_OUTPUT, TEEC_NONE, TEE… in C_CreateObject()
837 … sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_NONE, TEEC_NONE, TEEC_NONE); in C_FindObjectsInit()
1230 …tion.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INOUT, TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPU… in C_GenerateKey()
1296 …tion.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INOUT, TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPU… in C_GenerateKeyPair()
1359 …tion.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INOUT, TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPU… in C_DeriveKey()
1398 … sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_NONE, TEEC_NONE, TEEC_NONE); in C_SeedRandom()
[all …]
Dsst_stub.c122 nParamType3 = TEEC_MEMREF_TEMP_INPUT; in SSTInit()
282 …sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INOUT, TEEC_MEMREF_TEMP_INPUT, TEEC_NONE, TEEC… in SSTOpen()
354 …sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, TEEC_MEMREF_TEMP_INPUT, TEEC_NONE, TEEC… in SSTWrite()
520 …sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INOUT, TEEC_MEMREF_TEMP_INPUT, TEEC_NONE, TEEC… in SSTGetSize()
634 …sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, TEEC_MEMREF_TEMP_INPUT, TEEC_NONE, TEEC… in SSTRename()
679 …sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INOUT, TEEC_MEMREF_TEMP_INPUT, TEEC_NONE, TEEC… in SSTEnumerationStart()
Dpkcs11_session.c156 nParamType3 = TEEC_MEMREF_TEMP_INPUT; in C_OpenSession()
/hardware/ti/omap4xxx/security/tf_sdk/include/
Dtee_client_api.h128 #define TEEC_MEMREF_TEMP_INPUT 0x5 macro