Searched refs:operationState (Results 1 – 2 of 2) sorted by relevance
22 uint32_t operationState;/* Operation state : INITIAL or ACTIVE */ member354 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 …]
153 uint32_t operationState; member
Completed in 6 milliseconds