/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | microchip,csi2dc.yaml | 16 IDI interface or from a parallel bus interface. 17 It filters IDI packets based on their data type and virtual channel 21 IDI interface is Synopsys proprietary. 30 32-bit IDI interface or a parallel interface. 143 # and the input is received from Synopsys IDI interface 156 csi2dc_in: endpoint { /* input from IDI interface */ 172 # and the input is received from Synopsys IDI interface 188 csi2dc_input: endpoint { /* input from IDI interface */
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | ikev2.c | 22 os_free(data->IDi); in ikev2_responder_deinit() 460 const u8 *idi, size_t idi_len) in ikev2_process_idi() argument 464 if (idi == NULL) { in ikev2_process_idi() 465 wpa_printf(MSG_INFO, "IKEV2: No IDi received"); in ikev2_process_idi() 470 wpa_printf(MSG_INFO, "IKEV2: Too short IDi payload"); in ikev2_process_idi() 474 id_type = idi[0]; in ikev2_process_idi() 475 idi += 4; in ikev2_process_idi() 478 wpa_printf(MSG_DEBUG, "IKEV2: IDi ID Type %d", id_type); in ikev2_process_idi() 479 wpa_hexdump_ascii(MSG_DEBUG, "IKEV2: IDi", idi, idi_len); in ikev2_process_idi() 480 os_free(data->IDi); in ikev2_process_idi() [all …]
|
H A D | ikev2.h | 37 u8 *IDi; member
|
/freebsd/crypto/openssl/crypto/rc4/asm/ |
H A D | rc4-586.pl | 312 $idi="ebp"; 319 &mov ($idi,&wparam(1)); # load len 324 &lea ($inp,&DWP(0,$inp,$idi)); # $inp to point at the end 325 &neg ($idi); 327 &mov (&DWP(-4,$out),$idi); # borrow key->y 342 &add (&LB($idx),&BP(0,$inp,$idi)); 344 &add ($idi,1); 347 &mov ($idi,&DWP(-4,$out)); 377 &add (&LB($idx),&BP(0,$inp,$idi)); 379 &add ($idi,1); [all …]
|
/freebsd/contrib/wpa/src/eap_server/ |
H A D | ikev2.c | 26 os_free(data->IDi); in ikev2_initiator_deinit() 1025 wpa_printf(MSG_DEBUG, "IKEV2: Adding IDi payload"); in ikev2_build_idi() 1027 if (data->IDi == NULL) { in ikev2_build_idi() 1028 wpa_printf(MSG_INFO, "IKEV2: No IDi available"); in ikev2_build_idi() 1032 /* IDi - RFC 4306, Sect. 3.5 */ in ikev2_build_idi() 1038 wpabuf_put_data(msg, data->IDi, data->IDi_len); in ikev2_build_idi() 1065 /* msg | Nr | prf(SK_pi,IDi') */ in ikev2_build_auth() 1067 data->IDi, data->IDi_len, ID_KEY_ID, in ikev2_build_auth() 1155 /* build IKE_SA_AUTH: HDR, SK {IDi, [CERT,] [CERTREQ,] AUTH} */ in ikev2_build_sa_auth()
|
H A D | ikev2.h | 36 u8 *IDi; member
|
H A D | eap_server_ikev2.c | 106 data->ikev2.IDi = os_memdup(sm->cfg->server_id, sm->cfg->server_id_len); in eap_ikev2_init() 107 if (data->ikev2.IDi == NULL) in eap_ikev2_init()
|
/freebsd/contrib/wpa/src/eap_common/ |
H A D | ikev2_common.c | 295 wpa_printf(MSG_DEBUG, "IKEV2: Payload: IDi"); in ikev2_parse_payloads() 296 payloads->idi = pdata; in ikev2_parse_payloads() 387 /* prf(SK_pi/r,IDi/r') */ in ikev2_derive_auth_data() 401 /* sign_data = msg | Nr/i | prf(SK_pi/r,IDi/r') */ in ikev2_derive_auth_data()
|
H A D | ikev2_common.h | 300 const u8 *idi; member
|
/freebsd/lib/libpmc/ |
H A D | pmc.atomsilvermont.3 | 320 condition which likely indicates back pressure from the IDI link. 330 the IDI link.
|
H A D | pmc.haswellxeon.3 | 123 Any other request that crosses IDI, including I/O.
|
H A D | pmc.haswell.3 | 122 Any other request that crosses IDI, including I/O.
|
H A D | pmc.ivybridge.3 | 120 Any other request that crosses IDI, including I/O.
|
H A D | pmc.ivybridgexeon.3 | 120 Any other request that crosses IDI, including I/O.
|
H A D | pmc.sandybridge.3 | 124 Any other request that crosses IDI, including I/O.
|
H A D | pmc.sandybridgexeon.3 | 121 Any other request that crosses IDI, including I/O.
|
/freebsd/lib/libpmc/pmu-events/arch/x86/silvermont/ |
H A D | cache.json | 7 … due to a full or nearly full condition, indicating back pressure from the IDI link. The L2Q may … 24 … full or near full condition which likely indicates back pressure from the IDI link. The XQ may re…
|
/freebsd/lib/libpmc/pmu-events/arch/x86/tremontx/ |
H A D | cache.json | 10 … due to a full or nearly full condition, indicating back pressure from the IDI link. The L2Q may … 33 … full or near full condition which likely indicates back pressure from the IDI link. The XQ may r…
|
/freebsd/lib/libpmc/pmu-events/arch/x86/goldmont/ |
H A D | cache.json | 8 … due to a full or nearly full condition, indicating back pressure from the IDI link. The L2Q may a… 37 …tion which likely indicates back pressure from the intra-die interconnect (IDI) fabric. The XQ may…
|
/freebsd/lib/libpmc/pmu-events/arch/x86/goldmontplus/ |
H A D | cache.json | 10 … due to a full or nearly full condition, indicating back pressure from the IDI link. The L2Q may a… 45 …tion which likely indicates back pressure from the intra-die interconnect (IDI) fabric. The XQ may…
|
/freebsd/sys/net/ |
H A D | iflib.c | 2251 iflib_dma_info_t idi = fl->ifl_ifdi; in iflib_fl_bufs_free() local 2289 bzero(idi->idi_vaddr, idi->idi_size); in iflib_fl_bufs_free()
|
/freebsd/share/misc/ |
H A D | pci_vendors | 28190 0920 PCI-IDI-48 Isolated Digital Input Card 28191 0bd0 PCIe-IDI-24 Isolated Digital Input Card 28222 0fc1 PCIe-IDI-12 Isolated Digital Input Card
|