Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0072/
Dpoc.cpp45 tRW_T2T_CB *p_t2t = &rw_cb.tcb.t2t; in main() local
48 p_t2t->state = RW_T2T_STATE_DETECT_TLV; in main()
49 p_t2t->tlv_detect = TAG_LOCK_CTRL_TLV; in main()
50 p_t2t->substate = RW_T2T_SUBSTATE_WAIT_READ_TLV_VALUE; in main()
51 p_t2t->found_tlv = TAG_LOCK_CTRL_TLV; in main()
52 p_t2t->bytes_count = NUM_BYTES; in main()
53 p_t2t->tlv_value[1] = 0; in main()
54 int index = p_t2t->num_lock_tlvs; in main()
57 int ret = (p_t2t->lock_tlv[index].num_bits == p_t2t->tlv_value[1]) in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9558/
Dpoc.cpp57 tRW_T2T_CB *p_t2t = &rw_cb.tcb.t2t; in main() local
60 p_t2t->state = RW_T2T_STATE_DETECT_TLV; in main()
61 p_t2t->tlv_detect = TAG_LOCK_CTRL_TLV; in main()
62 p_t2t->substate = RW_T2T_SUBSTATE_WAIT_READ_TLV_VALUE; in main()
63 p_t2t->found_tlv = TAG_LOCK_CTRL_TLV; in main()
64 p_t2t->bytes_count = NUM_BYTES; in main()
65 p_t2t->tlv_value[1] = UINT8_MAX; in main()
66 p_t2t->p_cur_cmd_buf = (NFC_HDR *)GKI_getpoolbuf(NFC_RW_POOL_ID); in main()
67 uint8_t *base_ptr = (uint8_t *)(p_t2t->lockbyte + RW_T1T_MAX_LOCK_BYTES); in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0073/
Dpoc.cpp52 tRW_T2T_CB* p_t2t = &rw_cb.tcb.t2t; in main() local
55 p_t2t->state = RW_T2T_STATE_DETECT_TLV; in main()
56 p_t2t->tlv_detect = TAG_LOCK_CTRL_TLV; in main()
57 p_t2t->substate = RW_T2T_SUBSTATE_WAIT_READ_TLV_VALUE; in main()
58 p_t2t->found_tlv = TAG_LOCK_CTRL_TLV; in main()
59 p_t2t->bytes_count = 1; in main()
60 p_t2t->num_lockbytes = RW_T2T_MAX_LOCK_BYTES; in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2017/
Dpoc.cpp57 tRW_T2T_CB *p_t2t = &rw_cb.tcb.t2t; in main() local
58 p_t2t->state = RW_T2T_STATE_DETECT_TLV; in main()
59 p_t2t->tlv_detect = TAG_LOCK_CTRL_TLV; in main()
60 p_t2t->substate = RW_T2T_SUBSTATE_WAIT_READ_TLV_VALUE; in main()
61 p_t2t->found_tlv = TAG_LOCK_CTRL_TLV; in main()
62 p_t2t->bytes_count = 0; in main()
63 p_t2t->p_cur_cmd_buf = (NFC_HDR *)GKI_getpoolbuf(NFC_RW_POOL_ID); in main()