/external/webkit/WebCore/platform/ |
Pasteboard.h | 99 String plainText(Frame* = 0);
|
/external/webkit/WebCore/platform/haiku/ |
PasteboardHaiku.cpp | 94 String Pasteboard::plainText(Frame* frame)
|
/external/webkit/WebKit/chromium/public/ |
WebDragData.h | 88 WEBKIT_API WebString plainText() const;
|
/external/wpa_supplicant/ |
aes_wrap.c | 38 * @n: Length of the plaintext key in 64-bit units; e.g., 2 = 128-bit = 16 40 * @plain: Plaintext key to be wrapped, n * 64 bits 97 * @n: Length of the plaintext key in 64-bit units; e.g., 2 = 128-bit = 16 100 * @plain: Plaintext key, n * 64 bits
|
driver_ndiswrapper.c | 145 * enabled AP to plaintext one seemed to fail since the driver 147 * that plaintext APs can be used in all cases.
|
wpa_supplicant.conf | 189 # Note: IBSS can only be used with key_mgmt NONE (plaintext and static WEP) 213 # NONE = WPA is not used; plaintext or static WEP could be used 257 # cells, i.e., networks that use both plaintext and encryption in the same 630 # Plaintext connection (no WPA, no IEEE 802.1X) 632 # ssid="plaintext-test" 743 # Wildcard match for SSID (plaintext APs only). This example selects any
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
aes_wrap.c | 33 * @n: Length of the plaintext key in 64-bit units; e.g., 2 = 128-bit = 16 35 * @plain: Plaintext key to be wrapped, n * 64 bits 94 * @n: Length of the plaintext key in 64-bit units; e.g., 2 = 128-bit = 16 97 * @plain: Plaintext key, n * 64 bits
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_md5.c | 113 wpa_printf(MSG_INFO, "EAP-MD5: Plaintext password not "
|
/frameworks/base/media/libdrm/mobile1/src/objmng/ |
drm_rights_manager.c | 631 /* Produce last 'len' bytes of plaintext by xoring with */ 644 /* Produce the last but one plaintext block by xoring with */ 649 /* Write decrypted plaintext blocks */ 654 /* Write the decrypted plaintext block */
|
/external/dropbear/libtomcrypt/src/ciphers/ |
xtea.c | 71 @param pt The input plaintext (8 bytes) 108 @param pt The output plaintext (8 bytes)
|
khazad.c | [all...] |
rc2.c | 121 * Encrypt an 8-byte block of plaintext using the given key. * 125 @param pt The input plaintext (8 bytes) 204 @param pt The output plaintext (8 bytes)
|
rc6.c | 118 @param pt The input plaintext (16 bytes) 173 @param pt The output plaintext (16 bytes) 299 printf("Plaintext: ");
|
noekeon.c | 107 @param pt The input plaintext (16 bytes) 162 @param pt The output plaintext (16 bytes)
|
rc5.c | 123 @param pt The input plaintext (8 bytes) 179 @param pt The output plaintext (8 bytes)
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_ndiswrapper.c | 145 * enabled AP to plaintext one seemed to fail since the driver 147 * that plaintext APs can be used in all cases.
|
/external/qemu/ |
d3des.c | 398 * Single-length key, single-length plaintext - 403 * Double-length key, single-length plaintext - 408 * Double-length key, double-length plaintext - 413 * Triple-length key, single-length plaintext - 418 * Triple-length key, double-length plaintext -
|
/external/dropbear/libtomcrypt/src/encauth/ccm/ |
ccm_memory.c | 30 @param pt [out] The plaintext 31 @param ptlen The length of the plaintext (octets)
|
/external/wpa_supplicant_6/wpa_supplicant/ |
config_ssid.h | 227 * i.e., networks that use both plaintext and encryption in the same 274 * Note: IBSS can only be used with key_mgmt NONE (plaintext and
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/modes/ |
GOFBBlockCipher.java | 178 // XOR the ofbV with the plaintext producing the cipher text (and
|
OFBBlockCipher.java | 152 // XOR the ofbV with the plaintext producing the cipher text (and
|
/external/dropbear/libtomcrypt/src/encauth/ocb/ |
s_ocb_done.c | 31 @param pt The remaining plaintext [or input]
|
/external/openssl/include/openssl/ |
fips.h | 100 const unsigned char *plaintext,
|
/external/webkit/WebCore/platform/gtk/ |
PasteboardGtk.cpp | 196 String Pasteboard::plainText(Frame* frame)
|
/external/webkit/WebCore/platform/qt/ |
PasteboardQt.cpp | 84 String Pasteboard::plainText(Frame*)
|