Home
last modified time | relevance | path

Searched refs:nErrorCode (Results 1 – 7 of 7) sorted by relevance

/hardware/ti/omap4xxx/security/tf_crypto_sst/
Dpkcs11_object.c115 CK_RV nErrorCode = CKR_OK; in static_encodeTwoTemplates() local
191 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() local
268nErrorCode = 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 …]
Dpkcs11_global.c201 CK_RV nErrorCode; in C_Initialize() local
212 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() local
242 nErrorCode = CKR_OK; in C_Finalize()
246 nErrorCode = CKR_CRYPTOKI_NOT_INITIALIZED; in C_Finalize()
250 return nErrorCode; in C_Finalize()
Dpkcs11_session.c52 CK_RV nErrorCode = CKR_OK; in C_OpenSession() local
272 nErrorCode = (nErrorOrigin == TEEC_ORIGIN_TRUSTED_APP ? in C_OpenSession()
289 return nErrorCode; in C_OpenSession()
294 CK_RV nErrorCode = CKR_OK; in C_CloseSession() local
394 nErrorCode = (nErrorOrigin == TEEC_ORIGIN_TRUSTED_APP ? in C_CloseSession()
397 return nErrorCode; in C_CloseSession()
Dsst_stub.c261 SST_ERROR nErrorCode = SST_SUCCESS; in SSTOpen() local
270 nErrorCode = static_SSTCheckFileName(pFilename); in SSTOpen()
271 if (nErrorCode != SST_SUCCESS) in SSTOpen()
273 return nErrorCode; in SSTOpen()
/hardware/ti/omap4xxx/security/tee_client_api/
Dschannel6_protocol.h310 uint32_t nErrorCode; member
319 uint32_t nErrorCode; member
330 uint32_t nErrorCode; member
342 uint32_t nErrorCode; member
353 uint32_t nErrorCode; member
362 uint32_t nErrorCode; member
373 uint32_t nErrorCode; member
384 uint32_t nErrorCode; member
395 uint32_t nErrorCode; member
405 uint32_t nErrorCode; member
Dtee_client_api_linux_driver.c532 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() local
696 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()
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDec_Utils.c6462 OMX_S32 nErrorCode = 0; local
6473 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 …]