Searched refs:operation (Results 1 – 8 of 8) sorted by relevance
/optee_test-3.20.0/host/xtest/gp/patches/ |
A D | 0011-TEE_Crypto_API.xml.patch | 28 …ATA[Panic Reasons • operation is not a valid operation handle of class TEE_OPERATION_MAC. • No k… 36 …ATA[Panic Reasons • operation is not a valid operation handle of class TEE_OPERATION_MAC. • No k…
|
A D | 0008-TEE.xml.patch | 27 …operation or a Command invocation operation. As this is a synchronous API, this function must be c…
|
A D | 0007-TTAs-revert-to-v1.1-types.patch | 36 …returnCode = TEE_GetOperationInfoMultiple(operation, pCryptoData->OperationInfoMultiple, &operatio…
|
A D | 0010-TEE_DataStorage_API.xml.patch | 95 …![CDATA[If the value of the data position indicator resulting from this operation would be greater…
|
/optee_test-3.20.0/host/xtest/gp/include/ |
A D | xml_client_api.h | 106 static TEEC_Operation operation[1]; variable 107 static TEEC_Operation *OPERATION01 = operation; 367 #define XML_InvokeCommand(c, session, cmd, operation, returnOrigin, expected) \ argument 372 TEEC_InvokeCommand(session, cmd, operation, \
|
A D | xml_common_api.h | 55 connectionData, operation, returnOrigin, expected) \ argument 62 operation, &ret_orig)); \
|
/optee_test-3.20.0/host/xtest/ |
A D | xtest_helpers.c | 413 TEEC_Operation operation = { }; in ta_os_test_cmd_client_identity() local 416 operation.params[1].tmpref.buffer = client_uuid; in ta_os_test_cmd_client_identity() 417 operation.params[1].tmpref.size = sizeof(*client_uuid); in ta_os_test_cmd_client_identity() 419 operation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_OUTPUT, in ta_os_test_cmd_client_identity() 424 &operation, NULL); in ta_os_test_cmd_client_identity() 429 *login = operation.params[0].value.a; in ta_os_test_cmd_client_identity()
|
/optee_test-3.20.0/host/openssl/include/openssl/ |
A D | asn1t.h | 721 typedef int ASN1_aux_cb(int operation, ASN1_VALUE **in, const ASN1_ITEM *it,
|
Completed in 12 milliseconds