Home
last modified time | relevance | path

Searched refs:handleState (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libutee/
H A Dtee_api_operations.c327 op->info.handleState = handle_state; 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()
391 op->info.handleState |= TEE_HANDLE_FLAG_INITIALIZED; 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()
537 op_info->handleState = op->info.handleState; in TEE_GetOperationInfoMultiple()
572 op->info.handleState |= TEE_HANDLE_FLAG_INITIALIZED; in reset_operation_state()
574 op->info.handleState &= ~TEE_HANDLE_FLAG_INITIALIZED; in reset_operation_state()
583 if (!(operation->info.handleState & TEE_HANDLE_FLAG_KEY_SET)) in TEE_ResetOperation()
[all …]
/optee_os/lib/libutee/include/
H A Dtee_api_types.h160 uint32_t handleState; member
174 uint32_t handleState; member