/external/wpa_supplicant_8/wpa_supplicant/ |
wpa_supplicant.conf.orig | 276 # Note: IBSS can only be used with key_mgmt NONE (plaintext and static WEP) 310 # NONE = WPA is not used; plaintext or static WEP could be used 356 # cells, i.e., networks that use both plaintext and encryption in the same 403 # plaintext password (using ASCII or hex string) or a NtPasswordHash 774 # Plaintext connection (no WPA, no IEEE 802.1X) 776 ssid="plaintext-test" [all...] |
/external/webkit/Source/WebCore/html/ |
HTMLElement.cpp | 666 if (equalIgnoringCase(value, "plaintext-only")) 667 return "plaintext-only"; 690 } else if (equalIgnoringCase(enabled, "plaintext-only")) { 704 else if (equalIgnoringCase(enabled, "plaintext-only")) 705 setAttribute(contenteditableAttr, "plaintext-only"); [all...] |
/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...] |
/external/srtp/doc/ |
rfc3711.txt | 322 same size as the plaintext for the Section 4 pre-defined transforms. 327 of the plaintext or MAY be larger. Figure 1 shows the RTP payload [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/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/ |
CipherTest.java | 298 + index + ".plaintext"); 326 + ".plaintext";
|
/external/chromium/crypto/ |
symmetric_key_win.cc | 20 // the actual plaintext key. 44 // Imports a raw/plaintext key of |key_size| stored in |*key_data| into a new
|
/external/dropbear/libtomcrypt/src/ciphers/ |
skipjack.c | 138 @param pt The input plaintext (8 bytes) 203 @param pt The output plaintext (8 bytes)
|
/external/openssl/patches/ |
small_records.patch | 237 + * will contain plaintext no larger than this value. */ 239 /* Maximum plaintext length: defined by SSL/TLS standards */
|
/external/srtp/crypto/cipher/ |
aes_icm.c | 489 32, /* octets in plaintext */ 490 aes_icm_test_case_0_plaintext, /* plaintext */
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_psk.c | 143 wpa_hexdump(MSG_DEBUG, "EAP-PSK: PCHANNEL (plaintext)", 422 wpa_printf(MSG_INFO, "EAP-PSK: Plaintext password not "
|
/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/wpa_supplicant_8/src/eap_server/ |
eap_server_psk.c | 144 wpa_hexdump(MSG_DEBUG, "EAP-PSK: PCHANNEL (plaintext)", 423 wpa_printf(MSG_INFO, "EAP-PSK: Plaintext password not "
|
/external/wpa_supplicant_8/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/Source/WebCore/inspector/front-end/ |
textViewer.css | 43 -webkit-user-modify: read-write-plaintext-only;
|
/external/webkit/Source/WebCore/platform/android/ |
TemporaryLinkStubs.cpp | 153 String Pasteboard::plainText(Frame*)
|
/external/webkit/Source/WebCore/platform/wince/ |
PasteboardWinCE.cpp | 235 String Pasteboard::plainText(Frame* frame)
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/ |
webkit | 349 read-write-plaintext-only
|
/external/wpa_supplicant/wpa_gui-qt4/ |
networkconfig.ui | 63 <string>Plaintext or static WEP</string>
|
/frameworks/base/wifi/java/android/net/wifi/ |
SupplicantState.java | 127 * plaintext connections, this state is entered when an association
|