HomeSort by relevance Sort by last modified time
    Searched full:plaintext (Results 101 - 125 of 219) sorted by null

1 2 3 45 6 7 8 9

  /external/webkit/WebKit/chromium/src/
ChromiumBridge.cpp 145 const String& plainText,
149 htmlText, sourceURL, plainText, writeSmartPaste);
152 void ChromiumBridge::clipboardWritePlainText(const String& plainText)
154 webKitClient()->clipboard()->writePlainText(plainText);
  /external/webkit/WebKitTools/iExploder/htdocs/
cssvalues.in 230 read-write-plaintext-only
  /external/wpa_supplicant/
defs.h 122 * plaintext connections, this state is entered when an association
ChangeLog 465 roaming from WPA enabled AP to plaintext one
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
defs.h 181 * plaintext connections, this state is entered when an association
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_gtc.c 177 wpa_printf(MSG_INFO, "EAP-GTC: Plaintext password not "
eap_psk.c 143 wpa_hexdump(MSG_DEBUG, "EAP-PSK: PCHANNEL (plaintext)",
422 wpa_printf(MSG_INFO, "EAP-PSK: Plaintext password not "
  /frameworks/base/wifi/java/android/net/wifi/
SupplicantState.java 109 * plaintext connections, this state is entered when an association
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.conf 245 # Note: IBSS can only be used with key_mgmt NONE (plaintext and static WEP)
268 # NONE = WPA is not used; plaintext or static WEP could be used
314 # cells, i.e., networks that use both plaintext and encryption in the same
361 # plaintext password (using ASCII or hex string) or a NtPasswordHash
722 # Plaintext connection (no WPA, no IEEE 802.1X)
724 ssid="plaintext-test"
836 # Wildcard match for SSID (plaintext APs only). This example select any
  /external/dropbear/libtomcrypt/
crypt.tex 445 the same buffer. For the encrypt function \textit{pt}\footnote{pt stands for plaintext.} is the input and
509 /* ... load a block of plaintext in pt ... */
533 /* now we have decrypted ct to the original plaintext in pt */
    [all...]
  /dalvik/docs/
prettify.js 383 return function (plainText) {
389 for (var i = 0, n = plainText.length; i < n; ++i) {
390 var ch = plainText.charAt(i);
395 out.push(plainText.substring(pos, i));
414 if (!out) { return plainText; }
415 out.push(plainText.substring(pos));
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/
skipjack.c 138 @param pt The input plaintext (8 bytes)
203 @param pt The output plaintext (8 bytes)
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_client.c 212 * @in_data: Pointer to plaintext data to be encrypted
227 wpa_hexdump_key(MSG_MSGDUMP, "TLSv1: Plaintext AppData",
tlsv1_server.c 186 * @in_data: Pointer to plaintext data to be encrypted
201 wpa_hexdump_key(MSG_MSGDUMP, "TLSv1: Plaintext AppData",
  /external/dropbear/libtomcrypt/notes/
ccm_tv.txt 1 CCM Test Vectors. Uses the 00010203...NN-1 pattern for nonce/header/plaintext/key. The outputs
gcm_tv.txt 1 GCM Test Vectors. Uses the 00010203...NN-1 pattern for nonce/header/plaintext/key. The outputs
  /external/giflib/
gif_lib.h 128 #define PLAINTEXT_EXT_FUNC_CODE 0x01 /* plaintext */
  /external/webkit/WebCore/css/
CSSValueKeywords.in 486 read-write-plaintext-only
  /external/webkit/WebCore/dom/
InputElement.cpp 176 unsigned selectionLength = plainText(element->document()->frame()->selection()->selection().toNormalizedRange().get()).numGraphemeClusters();
  /external/webkit/WebCore/editing/
TextIterator.h 48 String plainText(const Range*);
  /external/webkit/WebCore/platform/wince/
PasteboardWince.cpp 234 String Pasteboard::plainText(Frame* frame)
  /external/wpa_supplicant/wpa_gui-qt4/
networkconfig.ui 63 <string>Plaintext or static WEP</string>
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 375 boolean plainText = "text/plain".equals(contentType);
377 if (!plainText && !smilText) {
410 if (plainText) {
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/macs/
CFBBlockCipherMac.java 134 // XOR the cfbV with the plaintext producing the cipher text
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
ConnectionStateSSLv3.java 277 * Retrieves the fragment of the Plaintext structure of

Completed in 248 milliseconds

1 2 3 45 6 7 8 9