/external/wpa_supplicant_8/src/ap/ |
wpa_auth.c | 242 wpa_auth_logger(wpa_auth, NULL, LOGGER_DEBUG, "rekeying GTK"); 502 * Reinitialize GTK to make sure it is suitable for the new 601 "strict rekeying - force GTK rekey since STA " 1029 "received EAPOL-Key Request for GTK " 1069 const u8 *gnonce, u8 *gtk, size_t gtk_len) 1075 /* GTK = PRF-X(GMK, "Group key expansion", 1091 sha256_prf(gmk, WPA_GMK_LEN, label, data, sizeof(data), gtk, gtk_len); 1093 if (sha1_prf(gmk, WPA_GMK_LEN, label, data, sizeof(data), gtk, gtk_len) 1799 u8 rsc[WPA_KEY_RSC_LEN], *_rsc, *gtk, *kde, *pos; local [all...] |
wpa_auth_ft.c | 38 const u8 *gtk; member in struct:wpa_ft_ies 436 os_memcpy(keybuf, gsm->GTK[gsm->GN - 1], key_len); 442 key = gsm->GTK[gsm->GN - 1]; 753 parse->gtk = pos + 2; [all...] |
/external/webkit/Source/WebCore/platform/ |
MIMETypeRegistry.cpp | 184 #elif PLATFORM(GTK)
|
LocalizedStrings.cpp | 112 #if PLATFORM(QT) || PLATFORM(GTK)
|
Scrollbar.cpp | 43 #if (PLATFORM(CHROMIUM) && (OS(LINUX) || OS(FREEBSD))) || PLATFORM(GTK)
|
/external/webkit/Source/WebCore/html/ |
HTMLAnchorElement.cpp | 84 #if !PLATFORM(GTK) && !PLATFORM(QT) && !PLATFORM(EFL)
|
HTMLCanvasElement.cpp | 190 #if !PLATFORM(CHROMIUM) && !PLATFORM(GTK)
|
HTMLFormControlElement.cpp | 303 #if PLATFORM(GTK) || PLATFORM(QT)
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
ImageBufferCairo.cpp | 296 #if !PLATFORM(GTK)
|
/external/webkit/Source/WebKit2/UIProcess/ |
WebProcessProxy.cpp | 344 #elif PLATFORM(QT) || PLATFORM(GTK)
|
WebPageProxy.h | 614 #if PLATFORM(GTK) [all...] |
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
WebEditorClient.cpp | 282 #if !PLATFORM(GTK) && !PLATFORM(MAC)
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
NetscapeBrowserFuncs.cpp | 40 #elif PLATFORM(GTK) 497 #elif PLATFORM(GTK)
|
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityRenderObject.cpp | 1018 #if PLATFORM(GTK) 1019 // We need to emit replaced elements for GTK, and present [all...] |
AccessibilityObject.cpp | 69 #if PLATFORM(GTK) [all...] |
/external/webkit/Source/WebCore/platform/graphics/ |
GraphicsContext.h | 536 #if PLATFORM(GTK)
|
MediaPlayer.cpp | 199 #if !PLATFORM(GTK) && !PLATFORM(EFL) && !(PLATFORM(QT) && USE(GSTREAMER))
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
WebPage.h | 168 #elif !PLATFORM(GTK)
|
WebPage.cpp | [all...] |
/external/webkit/Tools/Scripts/ |
build-webkit | 355 --gtk Build the GTK+ port 367 --prefix=<path> Set installation prefix to the given path (Gtk/Efl only) 577 # For Gtk and Qt the WebKit project builds all others
|
/external/webkit/Source/WebCore/plugins/ |
PluginView.cpp | 368 #if defined(XP_WIN) && !PLATFORM(GTK) 383 #endif // !defined(XP_WIN) || PLATFORM(GTK) [all...] |
/external/webkit/Source/WebCore/dom/ |
SelectElement.cpp | 52 // (PLATFORM(MAC) and PLATFORM(GTK) are always false in Chromium, hence the extra tests.) 56 #elif PLATFORM(GTK) || (PLATFORM(CHROMIUM) && (OS(LINUX) || OS(FREEBSD))) [all...] |
Document.cpp | [all...] |
/external/webkit/Source/WebCore/platform/graphics/opengl/ |
GraphicsContext3DOpenGL.cpp | 51 #elif PLATFORM(GTK) [all...] |
/external/webkit/Source/WebCore/loader/icon/ |
IconDatabase.cpp | 55 #if PLATFORM(QT) || PLATFORM(GTK) [all...] |