Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutee/
A Dtee_api_operations.c354 op->operationState = TEE_OPERATION_STATE_INITIAL; in TEE_AllocateOperation()
511 operation->operationState = TEE_OPERATION_STATE_INITIAL; in TEE_ResetOperation()
535 if (operation->operationState != TEE_OPERATION_STATE_INITIAL) { in TEE_SetOperationKey()
830 operation->operationState = TEE_OPERATION_STATE_INITIAL; in TEE_DigestDoFinal()
857 if (operation->operationState != TEE_OPERATION_STATE_INITIAL) in TEE_CipherInit()
1156 operation->operationState = TEE_OPERATION_STATE_INITIAL; in TEE_CipherDoFinal()
1180 if (operation->operationState != TEE_OPERATION_STATE_INITIAL) in TEE_MACInit()
1246 operation->operationState = TEE_OPERATION_STATE_INITIAL; in TEE_MACComputeFinal()
1294 operation->operationState = TEE_OPERATION_STATE_INITIAL; in TEE_MACCompareFinal()
1542 operation->operationState = TEE_OPERATION_STATE_INITIAL; in TEE_AEEncryptFinal()
[all …]
/optee_os-3.20.0/lib/libutee/include/
A Dtee_api_defines.h203 #define TEE_OPERATION_STATE_INITIAL 0x00000000 macro

Completed in 8 milliseconds