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

1 2 3 45 6 7 8 91011>>

  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/
SICBlockCipher.java 85 // XOR the counterOut with the plaintext producing the cipher text
CFBBlockCipher.java 176 // XOR the cfbV with the plaintext producing the ciphertext
230 // XOR the cfbV with the ciphertext producing the plaintext
AEADBlockCipher.java 79 * @return MAC for plaintext data.
  /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/libvpx/examples/includes/geshi/geshi/
text.php 11 * Plaintext language file for GeSHi.
  /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/Source/WebCore/platform/brew/
PasteboardBrew.cpp 81 String Pasteboard::plainText(Frame* frame)
  /external/webkit/Source/WebCore/platform/wx/
PasteboardWx.cpp 75 String Pasteboard::plainText(Frame* frame)
  /external/webkit/Tools/DumpRenderTree/gtk/
PlainTextController.cpp 54 { "plainText", plainTextCallback, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },
  /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 */
  /external/v8/benchmarks/
README.txt 18 decryption stage was given plaintext as input, which resulted in an
21 plaintext. For this to give the correct results the crypto objects
revisions.html 75 decryption stage was given plaintext as input, which resulted in an
78 plaintext. For this to give the correct results the crypto objects
  /external/wpa_supplicant_8/hostapd/
hostapd.eap_user 8 # that the plaintext password does not need to be included in the user file.
49 # plaintext password while TTLS-MSCHAP and TTLS-MSCHAPV2 can use NT password
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ConnectionState.java 125 * Retrieves the fragment of the Plaintext structure of
136 * Retrieves the fragment of the Plaintext structure of
  /external/chromium/net/socket/
dns_cert_provenance_checker.cc 313 std::string plaintext(reinterpret_cast<const char*>(p.data()), p.size());
315 encryptor.Encrypt(plaintext, &ciphertext);
318 // plaintext.
  /external/srtp/tables/
aes_tables.c 323 uint8_t plaintext[16] = { local
335 v128_copy_octet_string(&x, plaintext);
342 v128_copy_octet_string(&y, plaintext);
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-md5.js 258 var plainText = "Rebellious subjects, enemies to peace,\n\
283 plainText += plainText;
286 var md5Output = hex_md5(plainText);
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-md5.js 258 var plainText = "Rebellious subjects, enemies to peace,\n\
283 plainText += plainText;
286 var md5Output = hex_md5(plainText);
  /external/webkit/Source/WebCore/editing/
SpellingCorrectionCommand.cpp 86 m_corrected = plainText(m_rangeToBeCorrected.get());
  /external/webkit/Source/WebCore/html/
HTMLTagNames.in 99 plaintext interfaceName=HTMLElement
  /external/webkit/Source/WebCore/platform/
Pasteboard.h 108 String plainText(Frame* = 0);
  /external/webkit/Source/WebCore/platform/gtk/
PasteboardGtk.cpp 151 String Pasteboard::plainText(Frame* frame)
  /external/webkit/Source/WebKit/chromium/public/
WebClipboard.h 72 const WebString& plainText, bool writeSmartPaste) { }

Completed in 462 milliseconds

1 2 3 45 6 7 8 91011>>