Searched refs:TEE_OPERATION_STATE_ACTIVE (Results 1 – 6 of 6) sorted by relevance
792 operation->operationState = TEE_OPERATION_STATE_ACTIVE; in TEE_DigestUpdate()860 operation->operationState = TEE_OPERATION_STATE_ACTIVE; in TEE_CipherInit()991 if (operation->operationState != TEE_OPERATION_STATE_ACTIVE) { in TEE_CipherUpdate()1076 if (operation->operationState != TEE_OPERATION_STATE_ACTIVE) { in TEE_CipherDoFinal()1175 operation->operationState = TEE_OPERATION_STATE_ACTIVE; in TEE_MACInit()1194 if (operation->operationState != TEE_OPERATION_STATE_ACTIVE) in TEE_MACUpdate()1225 if (operation->operationState != TEE_OPERATION_STATE_ACTIVE) { in TEE_MACComputeFinal()1266 if (operation->operationState != TEE_OPERATION_STATE_ACTIVE) { in TEE_MACCompareFinal()1369 operation->operationState = TEE_OPERATION_STATE_ACTIVE; in TEE_AEUpdateAAD()1441 operation->operationState = TEE_OPERATION_STATE_ACTIVE; in TEE_AEUpdate()
117 #define TEE_OPERATION_STATE_ACTIVE 0x00000001 macro
Completed in 25 milliseconds