HomeSort by relevance Sort by last modified time
    Searched refs:gtk (Results 26 - 50 of 62) sorted by null

12 3

  /external/webrtc/talk/media/devices/
gtkvideorenderer.cc 34 #include <gtk/gtk.h>
72 // Run the Gtk main loop to tear down the window.
87 // For the first frame, initialize the GTK window
112 // convert I420 frame to ABGR format, which is accepted by GTK
135 // Run the Gtk main loop to refresh the window.
  /sdk/eclipse/buildConfig/
build.properties 47 # linux, gtk, ppc &\
48 # linux, gtk, x86 & \
49 # linux, gtk, x86_64 & \
52 # solaris, gtk, sparc & \
65 # linux, gtk, ppc - antZip &\
66 # linux, gtk, x86 - antZip& \
67 # linux, gtk, x86_64 - antZip& \
70 # solaris, gtk, sparc - antZip& \
140 basews=gtk
  /external/kmod/
autogen.sh 9 gtkdocize --docdir libkmod/docs || touch libkmod/docs/gtk-doc.make
bootstrap 9 gtkdocize --docdir libkmod/docs || touch libkmod/docs/gtk-doc.make
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ie.h 18 const u8 *gtk; member in struct:wpa_eapol_ie_parse
wpa_auth.c 279 wpa_auth_logger(wpa_auth, NULL, LOGGER_DEBUG, "rekeying GTK");
560 * Reinitialize GTK to make sure it is suitable for the new
609 /* Go to PTKINITDONE state to allow GTK rekeying */
620 /* Go to PTKINITDONE state to allow GTK rekeying */
695 "strict rekeying - force GTK rekey since STA "
2284 u8 *gtk, dummy_gtk[32]; local
2681 u8 rsc[WPA_KEY_RSC_LEN], *_rsc, *gtk, *kde, *pos, dummy_gtk[32]; local
3050 u8 *gtk, dummy_gtk[32]; local
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ie.h 20 const u8 *gtk; member in struct:wpa_eapol_ie_parse
wpa.c 636 MACSTR " [PTK=%s GTK=%s]", MAC2STR(addr),
777 u8 gtk[32]; member in struct:wpa_gtk_data
786 const u8 *_gtk = gd->gtk;
789 wpa_hexdump_key(MSG_DEBUG, "WPA: Group Key", gd->gtk, gd->gtk_len);
791 "WPA: Installing GTK to the driver (keyidx=%d tx=%d len=%d)",
796 os_memcpy(gtk_buf, gd->gtk, 16);
797 os_memcpy(gtk_buf + 16, gd->gtk + 24, 8);
798 os_memcpy(gtk_buf + 24, gd->gtk + 16, 8);
806 "WPA: Failed to set GTK to the driver "
815 "WPA: Failed to set GTK to
    [all...]
wpa_ft.c 542 u8 gtk[32]; local
548 wpa_printf(MSG_DEBUG, "FT: No GTK included in FTIE");
552 wpa_hexdump_key(MSG_DEBUG, "FT: Received GTK in Reassoc Resp",
556 gtk_elem_len - 19 > sizeof(gtk)) {
557 wpa_printf(MSG_DEBUG, "FT: Invalid GTK sub-elem "
563 gtk)) {
565 "decrypt GTK");
579 wpa_printf(MSG_DEBUG, "FT: Too short GTK in FTIE");
588 wpa_printf(MSG_DEBUG, "FT: GTK length mismatch: received %d "
594 wpa_hexdump_key(MSG_DEBUG, "FT: GTK from Reassoc Resp", gtk, keylen)
    [all...]
  /external/curl/docs/examples/
smooth-gtk-thread.c 24 * status. It uses Gtk+ to make a smooth pulse.
32 * gcc -ggdb `pkg-config --cflags --libs gtk+-2.0` -lcurl -lssl -lcrypto
33 * -lgthread-2.0 -dl smooth-gtk-thread.c -o smooth-gtk-thread
37 #include <gtk/gtk.h>
  /external/fio/
gfio.h 4 #include <gtk/gtk.h>
printing.c 1 #include <gtk/gtk.h>
ghelpers.c 3 #include <gtk/gtk.h>
  /external/openssh/contrib/
gnome-ssh-askpass2.c 45 * cc -Wall `pkg-config --cflags gtk+-2.0` \
47 * `pkg-config --libs gtk+-2.0`
56 #include <gtk/gtk.h>
  /external/syslinux/gpxe/src/include/gpxe/
wpa.h 85 /** Key type field value for a GTK (group) key handshake */
140 /** Receive sequence counter for GTK
284 * gtk according to the state of the @a valid bitmask.
324 * If the PTK is not valid, the GTK should be used for both
325 * unicast and multicast decryption; if the GTK is not valid,
340 struct wpa_gtk gtk; member in struct:wpa_common_ctx
416 /** Payload structure of the GTK-encapsulating KDE
430 struct wpa_gtk gtk; member in struct:wpa_kde_gtk_encap
476 /** For GTK-type KDEs, encapsulated GTK */
    [all...]
  /external/wpa_supplicant_8/hs20/client/
Makefile 28 GTKCFLAGS := $(shell pkg-config --cflags gtk+-3.0 webkitgtk-3.0)
29 GTKLIBS := $(shell pkg-config --libs gtk+-3.0 webkitgtk-3.0)
Android.mk 9 INCLUDES += external/webkit/Source/WebKit/gtk
  /external/syslinux/gpxe/src/net/80211/
wpa.c 388 DBGC2_HD ( ctx, &ctx->gtk.tk, len );
391 &ctx->gtk.tk, len, rsc );
423 if ( ie->len - 6u > sizeof ( ctx->gtk.tk ) ) {
424 DBGC ( ctx, "WPA %p: GTK KDE is too long (%d bytes, max %d)\n",
425 ctx, ie->len - 4, sizeof ( ctx->gtk.tk ) );
431 memcpy ( &ctx->gtk.tk, &kde->gtk_encap.gtk, kde->len - 6 );
713 /* Check for a GTK, if info field is encrypted */
720 DBGC ( ctx, "WPA %p did not install GTK in 3/4: %s\n",
769 * The idea of encoding the GTK (or PMKID, or various othe
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
eapol.h 163 /* GTK encapsulation */
167 uint8 gtk[EAPOL_WPA_MAX_KEY_SIZE]; member in struct:__anon39996
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedPublish.emf.properties 57 dependencyURLs=http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/M20060919-1045/eclipse-SDK-M20060919-1045-linux-gtk.tar.gz
feedPublish.uml2.properties 57 dependencyURLs=http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/M20060919-1045/eclipse-SDK-M20060919-1045-linux-gtk.tar.gz http://www.eclipse.org/downloads/download.php?file=/tools/emf/downloads/drops/2.2.1/S200609210005/emf-sdo-xsd-SDK-2.2.1RC2.zip
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /external/webrtc/webrtc/examples/peerconnection/client/linux/
main_wnd.cc 14 #include <gtk/gtk.h>
498 // Convert the B,G,R,A frame to R,G,B,A, which is accepted by GTK.
499 // The 'A' is just padding for GTK, so we can use it as temp.

Completed in 924 milliseconds

12 3