Searched refs:tJBL_STATUS (Results 1 – 7 of 7) sorted by relevance
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/ |
D | Ala.h | 194 tJBL_STATUS Perform_ALA(const char *path,const char *dest, const UINT8 *pdata, UINT16 len, UINT8 *r… 196 tJBL_STATUS Perform_ALA(const char *path, const UINT8 *pdata, UINT16 len); 198 tJBL_STATUS GetJsbl_Certificate_Refkey(UINT8 *pkey, INT32 *pKeylen); 200 static tJBL_STATUS 201 ALA_OpenChannel(Ala_ImageInfo_t* pContext, tJBL_STATUS status, Ala_TranscieveInfo_t* pInfo); 203 static tJBL_STATUS 204 ALA_SelectAla(Ala_ImageInfo_t* pContext, tJBL_STATUS status, Ala_TranscieveInfo_t* pInfo); 206 static tJBL_STATUS 207 ALA_StoreData(Ala_ImageInfo_t* pContext, tJBL_STATUS status, Ala_TranscieveInfo_t* pInfo); 209 static tJBL_STATUS [all …]
|
D | JcopOsDownload.h | 129 tJBL_STATUS JcopOs_Download(); 131 tJBL_STATUS TriggerApdu(JcopOs_ImageInfo_t* pVersionInfo, tJBL_STATUS status, JcopOs_TranscieveInfo… 133 tJBL_STATUS GetInfo(JcopOs_ImageInfo_t* pVersionInfo, tJBL_STATUS status, JcopOs_TranscieveInfo_t* … 135 tJBL_STATUS load_JcopOS_image(JcopOs_ImageInfo_t *Os_info, tJBL_STATUS status, JcopOs_TranscieveInf… 137 tJBL_STATUS JcopOs_update_seq_handler(); 144 tJBL_STATUS GetJcopOsState(JcopOs_ImageInfo_t *Os_info, UINT8 *counter); 145 tJBL_STATUS SetJcopOsState(JcopOs_ImageInfo_t *Os_info, UINT8 state);
|
D | data_types.h | 53 typedef UINT8 tJBL_STATUS; typedef
|
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/ |
D | AlaLib.cpp | 34 tJBL_STATUS ALA_Init(IChannel_t *channel) in ALA_Init() 93 tJBL_STATUS ALA_Start(const char *name, const char *dest, UINT8 *pdata, UINT16 len, UINT8 *respSW) in ALA_Start() 95 tJBL_STATUS ALA_Start(const char *name, UINT8 *pdata, UINT16 len) in ALA_Start() 99 tJBL_STATUS status = STATUS_FAILED; in ALA_Start() 217 tJBL_STATUS ALA_GetCertificateKey(UINT8 *pKey, INT32 *pKeylen) in ALA_GetCertificateKey() 220 tJBL_STATUS status = STATUS_FAILED; in ALA_GetCertificateKey() 244 tJBL_STATUS ALA_lsGetVersion(UINT8 *pVersion) in ALA_lsGetVersion() 247 tJBL_STATUS status = STATUS_FAILED; in ALA_lsGetVersion() 270 tJBL_STATUS ALA_lsGetStatus(UINT8 *pVersion) in ALA_lsGetStatus() 273 tJBL_STATUS status = STATUS_FAILED; in ALA_lsGetStatus() [all …]
|
D | Ala.cpp | 53 tJBL_STATUS (*ls_GetStatus_seqhandler[])(Ala_ImageInfo_t *pContext, tJBL_STATUS status, Ala_Transci… 62 tJBL_STATUS (*Applet_load_seqhandler[])(Ala_ImageInfo_t *pContext, tJBL_STATUS status, Ala_Transcie… 71 tJBL_STATUS (*Jsblcer_id_seqhandler[])(Ala_ImageInfo_t *pContext, tJBL_STATUS status, Ala_Transciev… 189 tJBL_STATUS Perform_ALA(const char *name,const char *dest, const UINT8 *pdata, in Perform_ALA() 192 tJBL_STATUS Perform_ALA(const char *name, const UINT8 *pdata, UINT16 len) in Perform_ALA() 197 tJBL_STATUS status = STATUS_FAILED; in Perform_ALA() 244 tJBL_STATUS GetJsbl_Certificate_Refkey(UINT8 *pKey, INT32 *pKeylen) in GetJsbl_Certificate_Refkey() 247 tJBL_STATUS status = STATUS_FAILED; in GetJsbl_Certificate_Refkey() 282 tJBL_STATUS JsblCerId_seq_handler(tJBL_STATUS (*seq_handler[])(Ala_ImageInfo_t* pContext, tJBL_STAT… in JsblCerId_seq_handler() 288 tJBL_STATUS status = STATUS_FAILED; in JsblCerId_seq_handler() [all …]
|
D | JcopOsDownload.cpp | 30 tJBL_STATUS (JcopOsDwnld::*JcopOs_dwnld_seqhandler[])( 31 JcopOs_ImageInfo_t* pContext, tJBL_STATUS status, JcopOs_TranscieveInfo_t* pInfo)={ 185 tJBL_STATUS JcopOsDwnld::JcopOs_Download() in JcopOs_Download() 188 tJBL_STATUS wstatus = STATUS_FAILED; in JcopOs_Download() 221 tJBL_STATUS JcopOsDwnld::JcopOs_update_seq_handler() in JcopOs_update_seq_handler() 229 tJBL_STATUS status = STATUS_FAILED; in JcopOs_update_seq_handler() 264 tJBL_STATUS JcopOsDwnld::TriggerApdu(JcopOs_ImageInfo_t* pVersionInfo, tJBL_STATUS status, JcopOs_T… in TriggerApdu() 327 tJBL_STATUS JcopOsDwnld::GetInfo(JcopOs_ImageInfo_t* pImageInfo, tJBL_STATUS status, JcopOs_Transci… in GetInfo() 423 tJBL_STATUS JcopOsDwnld::load_JcopOS_image(JcopOs_ImageInfo_t *Os_info, tJBL_STATUS status, JcopOs_… in load_JcopOS_image() 570 tJBL_STATUS JcopOsDwnld::GetJcopOsState(JcopOs_ImageInfo_t *Os_info, UINT8 *counter) in GetJcopOsState() [all …]
|
D | JcDnld.cpp | 35 tJBL_STATUS JCDNLD_Init(IChannel_t *channel) in JCDNLD_Init() 93 tJBL_STATUS JCDNLD_StartDownload() in JCDNLD_StartDownload() 96 tJBL_STATUS status = STATUS_FAILED; in JCDNLD_StartDownload()
|