Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0430/
Dpoc.cpp38 tRW_MFC_CB* p_mfc = &rw_cb.tcb.mfc; in main() local
49 p_mfc->state = RW_MFC_STATE_READ_NDEF; in main()
50 p_mfc->substate = RW_MFC_SUBSTATE_READ_BLOCK; in main()
71 p_mfc->ndef_length = 1024; in main()
72 p_mfc->p_ndef_buffer = (uint8_t*) malloc(sizeof(uint8_t) * 16); in main()
73 if (!(p_mfc->p_ndef_buffer)) { in main()
83 free(p_mfc->p_ndef_buffer); in main()