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

12 3 4 5 6 7 8 9

  /external/dropbear/libtomcrypt/src/pk/rsa/
rsa_encrypt_key.c 22 @param in The plaintext
23 @param inlen The length of the plaintext (octets)
  /external/webkit/WebCore/loader/
TextResourceDecoder.h 70 enum ContentType { PlainText, HTML, XML, CSS }; // PlainText only checks for BOM.
  /external/webkit/WebCore/platform/chromium/
ClipboardChromium.cpp 100 m_dataObject->plainText = "";
129 } else if (!m_dataObject->plainText.isEmpty()) {
131 text = m_dataObject->plainText;
158 m_dataObject->plainText = data;
191 if (!m_dataObject->plainText.isEmpty()) {
351 m_dataObject->plainText = url.string();
373 m_dataObject->plainText = str;
386 m_dataObject->plainText = str;
  /external/dropbear/libtomcrypt/src/encauth/eax/
eax_decrypt.c 24 @param pt [out] The plaintext
  /external/dropbear/libtomcrypt/src/modes/lrw/
lrw_decrypt.c 23 @param pt [out] The plaintext
lrw_encrypt.c 22 @param pt The plaintext
  /external/webkit/SunSpider/tests/sunspider-0.9/
crypto-aes.js 158 * Use AES to encrypt 'plaintext' with 'password' using 'nBits' key, in 'Counter' mode of operation
162 * - cipherblock = plaintext xor outputblock
164 function AESEncryptCtr(plaintext, password, nBits) {
188 var blockCount = Math.ceil(plaintext.length/blockSize);
200 var blockLength = b<blockCount-1 ? blockSize : (plaintext.length-1)%blockSize+1;
203 for (var i=0; i<blockLength; i++) { // -- xor plaintext with ciphered counter byte-by-byte --
204 var plaintextByte = plaintext.charCodeAt(b*blockSize+i);
228 * - cipherblock = plaintext xor outputblock
250 var plaintext = new Array(ciphertext.length-1);
263 // -- xor plaintext with ciphered counter byte-by-byte -
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
crypto-aes.js 158 * Use AES to encrypt 'plaintext' with 'password' using 'nBits' key, in 'Counter' mode of operation
162 * - cipherblock = plaintext xor outputblock
164 function AESEncryptCtr(plaintext, password, nBits) {
188 var blockCount = Math.ceil(plaintext.length/blockSize);
200 var blockLength = b<blockCount-1 ? blockSize : (plaintext.length-1)%blockSize+1;
203 for (var i=0; i<blockLength; i++) { // -- xor plaintext with ciphered counter byte-by-byte --
204 var plaintextByte = plaintext.charCodeAt(b*blockSize+i);
228 * - cipherblock = plaintext xor outputblock
250 var plaintext = new Array(ciphertext.length-1);
263 // -- xor plaintext with ciphered counter byte-by-byte -
    [all...]
  /external/webkit/WebKitTools/iExploder/htdocs/
htmltags.in 89 plaintext
  /external/wpa_supplicant/
crypto.h 101 * @plain: Plaintext data to be encrypted (16 bytes)
216 * @plain: Plaintext to cipher
218 * @len: Length of the plaintext
232 * @plain: Resulting plaintext
306 * @in: Plaintext buffer
307 * @inlen: Length of plaintext buffer in bytes
323 * @in: Plaintext buffer
324 * @inlen: Length of plaintext buffer in bytes
362 * @plain: Buffer for plaintext (at least crypt_len bytes)
363 * @plain_len: Plaintext length (max buffer size on input, real len on output)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto.h 102 * @plain: Plaintext data to be encrypted (16 bytes)
217 * @plain: Plaintext to cipher
219 * @len: Length of the plaintext
233 * @plain: Resulting plaintext
307 * @in: Plaintext buffer
308 * @inlen: Length of plaintext buffer in bytes
341 * @in: Plaintext buffer
342 * @inlen: Length of plaintext buffer in bytes
380 * @plain: Buffer for plaintext (at least crypt_len bytes)
381 * @plain_len: Plaintext length (max buffer size on input, real len on output)
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h 340 @param pt The plaintext
348 @param pt [out] The plaintext
371 @param pt Plaintext
380 @param pt Plaintext
389 @param pt Plaintext
399 @param pt Plaintext
409 @param pt Plaintext
420 @param pt Plaintext
432 @param pt Plaintext
449 @param pt [out] The plaintext
    [all...]
  /external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_memory.c 29 @param pt The plaintext
30 @param ptlen The length of the plaintext (ciphertext length is the same)
  /external/dropbear/libtomcrypt/src/modes/ctr/
ctr_encrypt.c 23 @param pt Plaintext
25 @param len Length of plaintext (octets)
  /external/dropbear/libtomcrypt/src/modes/f8/
f8_encrypt.c 22 @param pt Plaintext
24 @param len Length of plaintext (octets)
  /external/dropbear/libtomcrypt/src/pk/dsa/
dsa_decrypt_key.c 24 @param out [out] The plaintext
25 @param outlen [in/out] The max size and resulting size of the plaintext
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_decrypt_key.c 30 @param out [out] The plaintext
31 @param outlen [in/out] The max size and resulting size of the plaintext
  /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 61 decryption stage was given plaintext as input, which resulted in an
64 plaintext. For this to give the correct results the crypto objects
  /external/dropbear/libtomcrypt/src/encauth/ocb/
ocb_decrypt.c 24 @param pt [out] The plaintext (length of ct)
ocb_done_decrypt.c 25 @param pt [out] The plaintext
ocb_encrypt.c 23 @param pt The plaintext (length of the block size of the block cipher)
  /external/dropbear/libtomcrypt/src/modes/cfb/
cfb_decrypt.c 23 @param pt [out] Plaintext
  /external/dropbear/libtomcrypt/src/modes/ecb/
ecb_decrypt.c 23 @param pt [out] Plaintext
ecb_encrypt.c 22 @param pt Plaintext

Completed in 149 milliseconds

12 3 4 5 6 7 8 9