/external/webkit/SunSpider/tests/sunspider-0.9/ |
crypto-sha1.js | 205 var plainText = "Two households, both alike in dignity,\n\ 221 plainText += plainText; 224 var sha1Output = hex_sha1(plainText);
|
crypto-md5.js | 258 var plainText = "Rebellious subjects, enemies to peace,\n\ 283 plainText += plainText; 286 var md5Output = hex_md5(plainText);
|
/external/webkit/SunSpider/tests/sunspider-0.9.1/ |
crypto-sha1.js | 205 var plainText = "Two households, both alike in dignity,\n\ 221 plainText += plainText; 224 var sha1Output = hex_sha1(plainText);
|
crypto-md5.js | 258 var plainText = "Rebellious subjects, enemies to peace,\n\ 283 plainText += plainText; 286 var md5Output = hex_md5(plainText);
|
/external/webkit/WebCore/html/ |
HTMLViewSourceDocument.h | 46 void addViewSourceText(const String&); // Used by the plaintext tokenizer.
|
PreloadScanner.h | 101 PLAINTEXT
|
HTMLTagNames.in | 90 plaintext interfaceName=HTMLElement
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
PlainTextController.mm | 49 return @"plainText";
|
/external/dropbear/libtomcrypt/demos/ |
encrypt.c | 97 unsigned char plaintext[512],ciphertext[512]; local 182 if ((errno = ctr_decrypt(inbuf,plaintext,y,&ctr)) != CRYPT_OK) { 187 if (fwrite(plaintext,1,y,fdout) != y) {
|
/external/dropbear/libtomcrypt/src/encauth/gcm/ |
gcm_process.c | 21 Process plaintext/ciphertext through GCM 23 @param pt The plaintext 24 @param ptlen The plaintext length (ciphertext length is the same)
|
/external/webkit/WebCore/platform/chromium/ |
DragDataChromium.cpp | 95 return !m_platformDragData->plainText.isEmpty(); 100 return m_platformDragData->plainText; 115 return !m_platformDragData->plainText.isEmpty()
|
ChromiumDataObject.h | 68 String plainText;
|
/external/dbus/dbus/ |
dbus-auth.c | 1083 DBusString plaintext; local 1085 if (!_dbus_string_init (&plaintext)) [all...] |
dbus-transport.c | 790 DBusString plaintext; local 795 if (!_dbus_string_init (&plaintext)) 802 encoded, &plaintext)) 804 _dbus_string_free (&plaintext); 813 if (!_dbus_string_move (&plaintext, 0, buffer, 816 _dbus_string_free (&plaintext); 831 _dbus_string_free (&plaintext); [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/modes/ |
SICBlockCipher.java | 81 // XOR the counterOut with the plaintext producing the cipher text
|
CFBBlockCipher.java | 176 // XOR the cfbV with the plaintext producing the cipher text 230 // XOR the cfbV with the plaintext producing the plain text
|
/external/dropbear/libtomcrypt/src/encauth/eax/ |
eax_decrypt_verify_memory.c | 31 @param pt [out] The plaintext
|
/external/dropbear/libtomcrypt/src/encauth/ocb/ |
ocb_decrypt_verify_memory.c | 28 @param pt [out] The plaintext
|
/external/netcat/data/ |
xor.c | 10 Written because there are so many lame schemes for "masking" plaintext
|
/external/openssl/crypto/evp/ |
evptests.txt | 1 #cipher:key:iv:plaintext:ciphertext:0/1(decrypt/encrypt) 62 # AES-bits-ECB:key::plaintext:ciphertext:encdec 79 # AES-bits-CBC:key:IV/ciphertext':plaintext:ciphertext:encdec 97 # AES-bits-CFB:key:IV/ciphertext':plaintext:ciphertext:encdec 129 # AES-bits-CFB:key:IV/output':plaintext:ciphertext:encdec 188 # CAMELLIA-bits-ECB:key::plaintext:ciphertext:encdec 217 # CAMELLIA-bits-CBC:key:IV/ciphertext':plaintext:ciphertext:encdec 238 # CAMELLIA-bits-CFB:key:IV/ciphertext':plaintext:ciphertext:encdec 276 # CAMELLIA-bits-OFB:key:IV/output':plaintext:ciphertext:encdec
|
/external/webkit/WebCore/platform/wx/ |
PasteboardWx.cpp | 75 String Pasteboard::plainText(Frame* frame)
|
/external/webkit/WebKit/chromium/public/ |
WebClipboard.h | 65 const WebString& plainText, bool writeSmartPaste) = 0;
|
/frameworks/base/media/libdrm/mobile1/include/parser/ |
parser_dcf.h | 59 uint8_t ContentType[MAX_CONTENT_TYPE_LEN]; /**< The MIME media type of the plaintext data */
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
ConnectionState.java | 117 * Retrieves the fragment of the Plaintext structure of 128 * Retrieves the fragment of the Plaintext structure of
|
/external/webkit/WebCore/editing/ |
RemoveFormatCommand.cpp | 54 String string = plainText(frame->selection()->selection().toNormalizedRange().get());
|