Searched refs:TEE_OPERATION_STATE_ACTIVE (Results 1 – 2 of 2) sorted by relevance
909 operation->operationState = TEE_OPERATION_STATE_ACTIVE; in TEE_DigestUpdate()1062 operation->operationState = TEE_OPERATION_STATE_ACTIVE; in TEE_CipherInit()1205 if (operation->operationState != TEE_OPERATION_STATE_ACTIVE) { in TEE_CipherUpdate()1308 if (operation->operationState != TEE_OPERATION_STATE_ACTIVE) { in TEE_CipherDoFinal()1424 operation->operationState = TEE_OPERATION_STATE_ACTIVE; in TEE_MACInit()1449 if (operation->operationState != TEE_OPERATION_STATE_ACTIVE) in TEE_MACUpdate()1486 if (operation->operationState != TEE_OPERATION_STATE_ACTIVE) { in TEE_MACComputeFinal()1541 if (operation->operationState != TEE_OPERATION_STATE_ACTIVE) { in TEE_MACCompareFinal()1681 operation->operationState = TEE_OPERATION_STATE_ACTIVE; in __GP11_TEE_AEUpdateAAD()1760 operation->operationState = TEE_OPERATION_STATE_ACTIVE; in TEE_AEUpdate()[all …]
220 #define TEE_OPERATION_STATE_ACTIVE 0x00000001 macro