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

  /hardware/ti/omap4xxx/security/tf_crypto_sst/
sst_stub.c 86 TEEC_Operation sOperation;
120 sOperation.params[3].tmpref.buffer = pSignatureFile;
121 sOperation.params[3].tmpref.size = nSignatureFileLen;
126 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_NONE, TEEC_NONE, TEEC_NONE, nParamType3);
132 &sOperation, /* IN OUT operation */
259 TEEC_Operation sOperation;
282 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INOUT, TEEC_MEMREF_TEMP_INPUT, TEEC_NONE, TEEC_NONE);
283 sOperation.params[0].value.a = 1; /* Private storage */
284 sOperation.params[0].value.b = nFlags; /* Access flags */
285 sOperation.params[1].tmpref.buffer = (void*)pFilename
    [all...]
pkcs11_object.c 262 TEEC_Operation sOperation;
278 memset(&sOperation, 0, sizeof(TEEC_Operation));
279 sOperation.params[0].value.a = (uint32_t)pMechanism->mechanism;
282 sOperation.params[0].value.b = (uint32_t)hKey;
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;
299 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, TEEC_MEMREF_TEMP_INPUT, nParamType2, TEEC_NONE);
302 &sOperation, /* IN OUT operation *
    [all...]
pkcs11_session.c 55 TEEC_Operation sOperation;
142 memset(&sOperation, 0, sizeof(TEEC_Operation));
154 sOperation.params[3].tmpref.buffer = pSignatureFile;
155 sOperation.params[3].tmpref.size = nSignatureFileLen;
169 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_NONE, TEEC_NONE, TEEC_NONE, nParamType3);
175 &sOperation, /* IN OUT operation */
199 memset(&sOperation, 0, sizeof(TEEC_Operation));
200 sOperation.params[0].value.a = slotID;
201 sOperation.params[0].value.b = flags; /* access flags */
202 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INOUT, TEEC_NONE, TEEC_NONE, TEEC_NONE)
    [all...]
mtc.c 81 TEEC_Operation sOperation;
105 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INOUT, TEEC_NONE, TEEC_NONE, TEEC_NONE);
106 sOperation.params[0].value.a = pSession->nCounterIdentifier;
107 sOperation.params[0].value.b = 0;
111 &sOperation,
114 psValue->nLow = sOperation.params[0].value.a;
115 psValue->nHigh = sOperation.params[0].value.b;
162 TEEC_Operation sOperation;
205 sOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INOUT, TEEC_NONE, TEEC_NONE, TEEC_NONE);
206 sOperation.params[0].value.a = CKV_TOKEN_SYSTEM_SHARED
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c     [all...]

Completed in 139 milliseconds