HomeSort by relevance Sort by last modified time
    Searched refs:bytesToString (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium_org/third_party/tlslite/tlslite/utils/
Python_AES.py 30 blockString = bytesToString(blockBytes)
42 self.IV = bytesToString(chainBytes)
43 return bytesToString(plaintextBytes)
56 blockString = bytesToString(blockBytes)
67 self.IV = bytesToString(chainBytes)
68 return bytesToString(ciphertextBytes)
Cryptlib_AES.py 28 return bytesToString(bytes)
34 return bytesToString(bytes)
Cryptlib_TripleDES.py 29 return bytesToString(bytes)
35 return bytesToString(bytes
Cryptlib_RC4.py 25 return bytesToString(bytes)
Python_RC4.py 36 return bytesToString(plaintextBytes)
RSAKey.py 75 bytes = bytesToString(bytes)
96 bytes = bytesToString(bytes)
compat.py 62 def bytesToString(bytes):
110 def bytesToString(bytes):
PyCrypto_RSAKey.py 58 return bytesToString(getRandomBytes(numBytes))
jython_compat.py 20 def bytesToString(bytes):
74 def bytesToString(bytes):
cryptomath.py 141 s = bytesToString(bytes)
162 return bytesToString(bytes)
194 return bytesToString(bytes)
  /external/chromium_org/third_party/tlslite/tlslite/
mathtls.py 31 secret = bytesToString(secret)
32 seed = bytesToString(seed)
61 secretStr = bytesToString(secret)
62 seedStr = bytesToString(seed)
88 salt = bytesToString(getRandomBytes(16))
TLSRecordLayer.py 41 seqnumStr = bytesToString(w.bytes)
216 self._readBuffer += bytesToString(applicationData.write())
493 bytesStr = bytesToString(bytes)
500 bytesStr = bytesToString(bytes)
548 plaintext = bytesToString(bytes)
554 s = bytesToString(concatArrays(r.write(), bytes))
693 sToHash = bytesToString(p.bytes)
    [all...]
TLSConnection.py     [all...]
messages.py 175 self.srp_username = bytesToString(p.getVarBytes(1))
316 s = bytesToString(p.getVarBytes(2))
441 s = bytesToString(bytes)
  /cts/tests/tests/ndef/src/android/ndef/cts/
NdefTest.java 113 fail("expected FormatException for input " + bytesToString(b));
533 assertTrue("expected equals:<" + bytesToString(expected) + "> was:<" +
534 bytesToString(actual) + ">", Arrays.equals(expected, actual));
542 static String bytesToString(byte[] bs) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CookieItemsView.js 105 Number.bytesToString(this._totalSize));
ImageView.js 89 { name: WebInspector.UIString("File size"), value: Number.bytesToString(resourceSize) },
AuditRules.js 107 summary.addFormatted("%r could save ~%s", request.url, Number.bytesToString(savings));
113 summary.value = String.sprintf("Compressing the following resources with gzip could reduce their transfer size by about two thirds (~%s):", Number.bytesToString(totalSavings));
    [all...]
ApplicationCacheItemsView.js 236 data[2] = Number.bytesToString(resource.size);
DirectoryContentView.js 178 data[indexes.Size] = Number.bytesToString(metadata.size);
MemoryStatistics.js 155 this._value.textContent = Number.bytesToString(this.valueGetter(countersEntry));
TimelinePresentationModel.js     [all...]
  /frameworks/base/core/java/android/nfc/
NdefRecord.java     [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
IETFUtils.java 370 vBuf.append("#" + bytesToString(Hex.encode(value.toASN1Primitive().getEncoded(ASN1Encoding.DER))));
426 private static String bytesToString(
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
HostEmulationManager.java 429 return bytesToString(data, SELECT_APDU_HDR_LENGTH, aidLength);
531 static String bytesToString(byte[] bytes, int offset, int length) {

Completed in 878 milliseconds

1 2