Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphFriNfc_DesfireFormat.c207 uint8_t CCFileBytes[] = PH_FRINFC_DESF_CCFILE_BYTES; in phFriNfc_Desf_HWrapISONativeCmds() local
571 CCFileBytes[2] = (uint8_t)DESFIRE_EV1_MAPPING_VERSION; in phFriNfc_Desf_HWrapISONativeCmds()
575 CCFileBytes[11] = (uint8_t) in phFriNfc_Desf_HWrapISONativeCmds()
577 CCFileBytes[12] = (uint8_t) in phFriNfc_Desf_HWrapISONativeCmds()
583 (void *)CCFileBytes, sizeof (CCFileBytes)); in phFriNfc_Desf_HWrapISONativeCmds()
589 i = (uint16_t)(i + sizeof (CCFileBytes)); in phFriNfc_Desf_HWrapISONativeCmds()
/external/libnfc-nci/src/nfc/tags/
Drw_t4t.c533 …UINT8 CCFileBytes[] = {0x00, 0x0F, 0x10, 0x00, 0x3B, 0x00, 0x34, 0x04, 0x06, 0xE1, 0x04, 0x0… in rw_t4t_write_cc() local
552 CCFileBytes[2] = 0x20; in rw_t4t_write_cc()
553 CCFileBytes[11] = p_t4t->card_size >> 8; in rw_t4t_write_cc()
554 CCFileBytes[12] = (UINT8) p_t4t->card_size; in rw_t4t_write_cc()
564 ARRAY_TO_BE_STREAM (p, CCFileBytes, sizeof(CCFileBytes)); in rw_t4t_write_cc()