Home
last modified time | relevance | path

Searched refs:p_t2t (Results 1 – 3 of 3) 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.cpp36 tRW_T2T_CB *p_t2t = &rw_cb.tcb.t2t; in main() local
39 p_t2t->state = RW_T2T_STATE_DETECT_TLV; in main()
40 p_t2t->tlv_detect = TAG_LOCK_CTRL_TLV; in main()
41 p_t2t->substate = RW_T2T_SUBSTATE_WAIT_READ_TLV_VALUE; in main()
42 p_t2t->found_tlv = TAG_LOCK_CTRL_TLV; in main()
43 p_t2t->bytes_count = NUM_BYTES; in main()
44 p_t2t->tlv_value[1] = UINT8_MAX; in main()
45 uint8_t *base_ptr = (uint8_t *)(p_t2t->lockbyte + RW_T1T_MAX_LOCK_BYTES); in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0073/
Dpoc.cpp31 tRW_T2T_CB* p_t2t = &rw_cb.tcb.t2t; in main() local
34 p_t2t->state = RW_T2T_STATE_DETECT_TLV; in main()
35 p_t2t->tlv_detect = TAG_LOCK_CTRL_TLV; in main()
36 p_t2t->substate = RW_T2T_SUBSTATE_WAIT_READ_TLV_VALUE; in main()
37 p_t2t->found_tlv = TAG_LOCK_CTRL_TLV; in main()
38 p_t2t->bytes_count = 1; in main()
39 p_t2t->num_lockbytes = RW_T2T_MAX_LOCK_BYTES; in main()