Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutee/
A Dtee_api_operations.c22 uint32_t operationState;/* Operation state : INITIAL or ACTIVE */ member
354 op->operationState = TEE_OPERATION_STATE_INITIAL; in TEE_AllocateOperation()
491 op_info->operationState = op->operationState; in TEE_GetOperationInfoMultiple()
511 operation->operationState = TEE_OPERATION_STATE_INITIAL; in TEE_ResetOperation()
752 dst_op->operationState = src_op->operationState; in TEE_CopyOperation()
800 operation->operationState = TEE_OPERATION_STATE_ACTIVE; in TEE_DigestUpdate()
830 operation->operationState = TEE_OPERATION_STATE_INITIAL; in TEE_DigestDoFinal()
868 operation->operationState = TEE_OPERATION_STATE_ACTIVE; in TEE_CipherInit()
1183 operation->operationState = TEE_OPERATION_STATE_ACTIVE; in TEE_MACInit()
1377 operation->operationState = TEE_OPERATION_STATE_ACTIVE; in TEE_AEUpdateAAD()
[all …]
/optee_os-3.20.0/lib/libutee/include/
A Dtee_api_types.h153 uint32_t operationState; member

Completed in 6 milliseconds