Home
last modified time | relevance | path

Searched refs:Os_info (Results 1 – 4 of 4) sorted by relevance

/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
DAla.cpp520 tJBL_STATUS ALA_OpenChannel(Ala_ImageInfo_t *Os_info, tJBL_STATUS status, in ALA_OpenChannel() argument
527 Os_info->channel_cnt = 0x00; in ALA_OpenChannel()
529 if(Os_info == NULL || in ALA_OpenChannel()
571 UINT8 cnt = Os_info->channel_cnt; in ALA_OpenChannel()
572Os_info->Channel_Info[cnt].channel_id = pTranscv_Info->sRecvData[recvBufferActualSize-3]; in ALA_OpenChannel()
573 Os_info->Channel_Info[cnt].isOpend = true; in ALA_OpenChannel()
574 Os_info->channel_cnt++; in ALA_OpenChannel()
591 tJBL_STATUS ALA_SelectAla(Ala_ImageInfo_t *Os_info, tJBL_STATUS status, Ala_TranscieveInfo_t *pTran… in ALA_SelectAla() argument
602 if(Os_info == NULL || in ALA_SelectAla()
609 pTranscv_Info->sSendData[0] = Os_info->Channel_Info[0].channel_id; in ALA_SelectAla()
[all …]
DJcopOsDownload.cpp423 tJBL_STATUS JcopOsDwnld::load_JcopOS_image(JcopOs_ImageInfo_t *Os_info, tJBL_STATUS status, JcopOs_… in load_JcopOS_image() argument
434 if(Os_info == NULL || in load_JcopOS_image()
440 Os_info->fp = fopen(Os_info->fls_path, "r+"); in load_JcopOS_image()
442 if (Os_info->fp == NULL) { in load_JcopOS_image()
444 Os_info->fls_path, strerror(errno)); in load_JcopOS_image()
447 wResult = fseek(Os_info->fp, 0L, SEEK_END); in load_JcopOS_image()
452 Os_info->fls_size = ftell(Os_info->fp); in load_JcopOS_image()
453 if (Os_info->fls_size < 0) { in load_JcopOS_image()
457 wResult = fseek(Os_info->fp, 0L, SEEK_SET); in load_JcopOS_image()
462 while(!feof(Os_info->fp)) in load_JcopOS_image()
[all …]
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/
DAla.h210 ALA_loadapplet(Ala_ImageInfo_t *Os_info, tJBL_STATUS status, Ala_TranscieveInfo_t *pTranscv_Info);
234 tJBL_STATUS Certificate_Verification(Ala_ImageInfo_t *Os_info, Ala_TranscieveInfo_t
237 tJBL_STATUS Check_Complete_7F21_Tag(Ala_ImageInfo_t *Os_info,
240 tJBL_STATUS ALA_getAppletLsStatus(Ala_ImageInfo_t *Os_info, tJBL_STATUS status, Ala_TranscieveInfo_…
250 tJBL_STATUS ALA_SendtoEse(Ala_ImageInfo_t *Os_info, tJBL_STATUS status, Ala_TranscieveInfo_t *pTran…
254 tJBL_STATUS ALA_SendtoAla(Ala_ImageInfo_t *Os_info, tJBL_STATUS status, Ala_TranscieveInfo_t *pTran…
256 tJBL_STATUS ALA_SendtoAla(Ala_ImageInfo_t *Os_info, tJBL_STATUS status, Ala_TranscieveInfo_t *pTran…
258 tJBL_STATUS ALA_CloseChannel(Ala_ImageInfo_t *Os_info, tJBL_STATUS status, Ala_TranscieveInfo_t *pT…
265 tJBL_STATUS ALA_Check_KeyIdentifier(Ala_ImageInfo_t *Os_info, tJBL_STATUS status,
269 tJBL_STATUS ALA_Check_KeyIdentifier(Ala_ImageInfo_t *Os_info, tJBL_STATUS status, Ala_TranscieveInf…
[all …]
DJcopOsDownload.h135 tJBL_STATUS load_JcopOS_image(JcopOs_ImageInfo_t *Os_info, tJBL_STATUS status, JcopOs_TranscieveInf…
144 tJBL_STATUS GetJcopOsState(JcopOs_ImageInfo_t *Os_info, UINT8 *counter);
145 tJBL_STATUS SetJcopOsState(JcopOs_ImageInfo_t *Os_info, UINT8 state);