Searched refs:p_t3t_rsp (Results 1 – 6 of 6) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2031/ |
D | poc.cpp | 160 uint8_t *p_t3t_rsp = (uint8_t *)(p_msg + 1) + p_msg->offset; in main() local 161 p_t3t_rsp[0] = NCI_STATUS_OK; in main() 162 p_t3t_rsp++; in main() 163 p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] = T3T_MSG_OPC_CHECK_RSP; in main() 164 p_t3t_rsp[T3T_MSG_RSP_OFFSET_STATUS1] = T3T_MSG_RSP_STATUS_OK; in main() 165 p_t3t_rsp[T3T_MSG_RSP_OFFSET_NUMBLOCKS] = 0; in main() 169 memcpy(p_t3t->peer_nfcid2, &p_t3t_rsp[T3T_MSG_RSP_OFFSET_IDM], in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2022/ |
D | poc.cpp | 153 uint8_t* p_t3t_rsp = (uint8_t*) (p_msg + 1) + (p_msg->offset + 1); in trigger_OOB_via_rw_t3t_act_handle_fmt_rsp() local 154 p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] = T3T_MSG_OPC_CHECK_RSP; in trigger_OOB_via_rw_t3t_act_handle_fmt_rsp() 155 p_t3t_rsp[T3T_MSG_RSP_OFFSET_STATUS1] = T3T_MSG_RSP_STATUS_OK; in trigger_OOB_via_rw_t3t_act_handle_fmt_rsp() 157 uint8_t* p_mc = &p_t3t_rsp[T3T_MSG_RSP_OFFSET_CHECK_DATA]; in trigger_OOB_via_rw_t3t_act_handle_fmt_rsp() 162 memcpy(p_t3t->peer_nfcid2, &p_t3t_rsp[T3T_MSG_RSP_OFFSET_IDM], in trigger_OOB_via_rw_t3t_act_handle_fmt_rsp() 203 uint8_t* p_t3t_rsp = (uint8_t*) (p_msg + 1) + (p_msg->offset + 1); in trigger_OOB_via_rw_t3t_act_handle_sro_rsp() local 204 p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] = T3T_MSG_OPC_CHECK_RSP; in trigger_OOB_via_rw_t3t_act_handle_sro_rsp() 205 p_t3t_rsp[T3T_MSG_RSP_OFFSET_STATUS1] = T3T_MSG_RSP_STATUS_OK; in trigger_OOB_via_rw_t3t_act_handle_sro_rsp() 207 uint8_t* p_mc = &p_t3t_rsp[T3T_MSG_RSP_OFFSET_CHECK_DATA]; in trigger_OOB_via_rw_t3t_act_handle_sro_rsp()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2012/ |
D | poc.cpp | 160 uint8_t *p_t3t_rsp = (uint8_t *) (p_msg + 1) + (p_msg->offset + 1); in main() local 161 p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] = T3T_MSG_OPC_CHECK_RSP; in main() 162 p_t3t_rsp[T3T_MSG_RSP_OFFSET_STATUS1] = T3T_MSG_RSP_STATUS_OK; in main() 163 uint8_t *p_mc = &p_t3t_rsp[T3T_MSG_RSP_OFFSET_CHECK_DATA]; in main() 167 memcpy(p_t3t->peer_nfcid2, &p_t3t_rsp[T3T_MSG_RSP_OFFSET_IDM], in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2021/ |
D | poc.cpp | 128 uint8_t* p_t3t_rsp = (uint8_t*) (p_msg + 1) + (p_msg->offset + 1); in main() local 129 p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] = T3T_MSG_OPC_CHECK_RSP; in main() 130 p_t3t_rsp[T3T_MSG_RSP_OFFSET_STATUS1] = T3T_MSG_RSP_STATUS_OK; in main() 134 memcpy(p_t3t->peer_nfcid2, &p_t3t_rsp[T3T_MSG_RSP_OFFSET_IDM], in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2013/ |
D | poc.cpp | 173 uint8_t* p_t3t_rsp = (uint8_t*) (p_msg + 1) + (p_msg->offset + 1); in main() local 174 p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] = T3T_MSG_OPC_CHECK_RSP; in main() 175 p_t3t_rsp[T3T_MSG_RSP_OFFSET_STATUS1] = T3T_MSG_RSP_STATUS_OK; in main() 177 uint8_t* p_mc = &p_t3t_rsp[T3T_MSG_RSP_OFFSET_CHECK_DATA]; in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2015/ |
D | poc.cpp | 162 uint8_t *p_t3t_rsp = p + 1; in main() local 163 p_t3t_rsp[T3T_MSG_RSP_OFFSET_RSPCODE] = T3T_MSG_OPC_CHECK_RSP; in main() 164 p_t3t_rsp[T3T_MSG_RSP_OFFSET_STATUS1] = T3T_MSG_RSP_STATUS_OK; in main() 165 memcpy(p_cb->peer_nfcid2, &p_t3t_rsp[T3T_MSG_RSP_OFFSET_IDM], NCI_NFCID2_LEN); in main()
|