Searched refs:nErrorCode (Results 1 – 7 of 7) sorted by relevance
115 CK_RV nErrorCode = CKR_OK; in static_encodeTwoTemplates() local191 nErrorCode = CKR_DEVICE_ERROR; in static_encodeTwoTemplates()223 nErrorCode = CKR_DEVICE_ERROR; in static_encodeTwoTemplates()237 return nErrorCode; in static_encodeTwoTemplates()263 CK_RV nErrorCode = CKR_OK; in static_C_CallInit() local268 …nErrorCode = static_checkPreConditionsAndUpdateHandles(&hSession, &nCommandIDAndSession, &pSession… in static_C_CallInit()269 if (nErrorCode != CKR_OK) in static_C_CallInit()271 return nErrorCode; in static_C_CallInit()305 nErrorCode = (nErrorOrigin == TEEC_ORIGIN_TRUSTED_APP ? in static_C_CallInit()309 return nErrorCode; in static_C_CallInit()[all …]
201 CK_RV nErrorCode; in C_Initialize() local212 nErrorCode = CKR_CRYPTOKI_ALREADY_INITIALIZED; in C_Initialize()221 nErrorCode = ckInternalTeeErrorToCKError(nTeeError); in C_Initialize()225 return nErrorCode; in C_Initialize()230 CK_RV nErrorCode; in C_Finalize() local242 nErrorCode = CKR_OK; in C_Finalize()246 nErrorCode = CKR_CRYPTOKI_NOT_INITIALIZED; in C_Finalize()250 return nErrorCode; in C_Finalize()
52 CK_RV nErrorCode = CKR_OK; in C_OpenSession() local272 nErrorCode = (nErrorOrigin == TEEC_ORIGIN_TRUSTED_APP ? in C_OpenSession()289 return nErrorCode; in C_OpenSession()294 CK_RV nErrorCode = CKR_OK; in C_CloseSession() local394 nErrorCode = (nErrorOrigin == TEEC_ORIGIN_TRUSTED_APP ? in C_CloseSession()397 return nErrorCode; in C_CloseSession()
261 SST_ERROR nErrorCode = SST_SUCCESS; in SSTOpen() local270 nErrorCode = static_SSTCheckFileName(pFilename); in SSTOpen()271 if (nErrorCode != SST_SUCCESS) in SSTOpen()273 return nErrorCode; in SSTOpen()
310 uint32_t nErrorCode; member319 uint32_t nErrorCode; member330 uint32_t nErrorCode; member342 uint32_t nErrorCode; member353 uint32_t nErrorCode; member362 uint32_t nErrorCode; member373 uint32_t nErrorCode; member384 uint32_t nErrorCode; member395 uint32_t nErrorCode; member405 uint32_t nErrorCode; member
532 nResult = sAnswer.sRegisterSharedMemory.nErrorCode; in TEEC_RegisterSharedMemory0()645 if (sAnswer.sCancelClientOperation.nErrorCode == S_SUCCESS) in TEEC_RequestCancellation()664 TEEC_Result nErrorCode = TEEC_SUCCESS; in TEEC_ReadSignatureFile() local696 nErrorCode = TEEC_ERROR_OS; in TEEC_ReadSignatureFile()705 nErrorCode = TEEC_ERROR_OS; in TEEC_ReadSignatureFile()718 nErrorCode = TEEC_ERROR_OUT_OF_MEMORY; in TEEC_ReadSignatureFile()728 nErrorCode = TEEC_ERROR_OS; in TEEC_ReadSignatureFile()744 return nErrorCode; in TEEC_ReadSignatureFile()809 nError = sAnswer.sOpenClientSession.nErrorCode; in TEEC_OpenSessionEx()877 nError = sAnswer.sInvokeClientCommand.nErrorCode; in TEEC_InvokeCommandEx()
6462 OMX_S32 nErrorCode = 0; local6473 nErrorCode = (pUalgOutParams->iErrorCode);6493 nErrorCode = (pUalgOutParams->iErrorCode);6513 nErrorCode = (pUalgOutParams->iErrorCode);6532 nErrorCode = (pUalgOutParams->lErrorCode);6552 nErrorCode = (pUalgOutParams->iErrorCode);6573 pBuffHead->nFlags |= (nErrorCode<<12);6575 if((nErrorCode & 0xff) != 0){/*OMX_BUFFERFLAG_DATACORRUPT*/6576 nInternalErrorCode = ((nErrorCode & VIDDEC_BUFFERFLAG_EXTENDERROR_DIRTY)>>12);6577 if(VIDDEC_ISFLAGSET(nErrorCode,VIDDEC_XDM_FATALERROR)){[all …]