Searched refs:TEE_HANDLE_FLAG_EXPECT_TWO_KEYS (Results 1 – 2 of 2) sorted by relevance
55 handle_state = TEE_HANDLE_FLAG_EXPECT_TWO_KEYS; in TEE_AllocateOperation()361 if (op->info.handleState & TEE_HANDLE_FLAG_EXPECT_TWO_KEYS) in TEE_AllocateOperation()368 if (op->info.handleState & TEE_HANDLE_FLAG_EXPECT_TWO_KEYS) { in TEE_AllocateOperation()454 if (operationInfo->handleState & TEE_HANDLE_FLAG_EXPECT_TWO_KEYS) { in TEE_GetOperationInfo()486 two_keys = op->info.handleState & TEE_HANDLE_FLAG_EXPECT_TWO_KEYS; in TEE_GetOperationInfoMultiple()614 if ((operation->info.handleState & TEE_HANDLE_FLAG_EXPECT_TWO_KEYS) != in set_operation_key()718 if ((operation->info.handleState & TEE_HANDLE_FLAG_EXPECT_TWO_KEYS) == in set_operation_key2()843 TEE_HANDLE_FLAG_EXPECT_TWO_KEYS) == 0) { in TEE_CopyOperation()
210 #define TEE_HANDLE_FLAG_EXPECT_TWO_KEYS 0x00080000 macro