Home
last modified time | relevance | path

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

/freebsd/tools/tools/net80211/wesside/wesside/
H A DMakefile7 SRCS=wesside.c aircrack-ptw-lib.c
H A Dwesside.c128 PTW_attackstate *ptw; variable
1429 PTW_addsession(ptw, body, clear); in add_keystream()
2112 if(PTW_computeKey(ptw, key, 13, KEYLIMIT) == 1) { in do_crack()
2116 if(PTW_computeKey(ptw, key, 5, KEYLIMIT/10) == 1) { in do_crack()
2666 ptw = PTW_newattackstate();
2667 if (!ptw)
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-packet.c443 static struct ptunit_result ptw(struct packet_fixture *pfix, uint8_t plc, in ptw() function
458 pfix->packet[0].payload.ptw.payload = pl & mask; in ptw()
459 pfix->packet[0].payload.ptw.plc = plc; in ptw()
460 pfix->packet[0].payload.ptw.ip = ip ? 1 : 0; in ptw()
625 ptu_run_fp(suite, ptw, pfix, 0, 1); in main()
626 ptu_run_fp(suite, ptw, pfix, 1, 0); in main()
/freebsd/sys/contrib/device-tree/Bindings/iommu/
H A Darm,smmu.yaml288 the smmu ptw
313 - description: bus clock required for the smmu ptw
330 the smmu ptw
357 - description: bus clock required for the smmu ptw
377 the smmu ptw
432 the smmu ptw
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_encoder.c659 plc = packet->payload.ptw.plc; in pt_enc_next()
673 if (packet->payload.ptw.ip) in pt_enc_next()
678 pos = pt_encode_int(pos, packet->payload.ptw.payload, size); in pt_enc_next()
H A Dpt_packet_decoder.c729 size = pt_pkt_read_ptw(&packet->payload.ptw, decoder->pos, in pt_pkt_decode_ptw()
H A Dpt_query_decoder.c2231 if (!packet.payload.ptw.ip) in skd010_scan_for_ovf_resume()
/freebsd/contrib/processor-trace/libipt/include/
H A Dintel-pt.h893 struct pt_packet_ptw ptw; member
H A Dintel-pt.h.in892 /** Packet: ptw. */
893 struct pt_packet_ptw ptw; member