HomeSort by relevance Sort by last modified time
    Searched refs:stringToBytes (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/tlslite/tlslite/utils/
Python_AES.py 20 plaintextBytes = stringToBytes(plaintext)
21 chainBytes = stringToBytes(self.IV)
33 encryptedBytes = stringToBytes(self.rijndael.encrypt(blockString))
48 ciphertextBytes = stringToBytes(ciphertext)
49 chainBytes = stringToBytes(self.IV)
57 decryptedBytes = stringToBytes(self.rijndael.decrypt(blockString))
Cryptlib_AES.py 26 bytes = stringToBytes(plaintext)
32 bytes = stringToBytes(ciphertext)
Cryptlib_TripleDES.py 27 bytes = stringToBytes(plaintext)
33 bytes = stringToBytes(ciphertext)
Python_RC4.py 12 keyBytes = stringToBytes(key)
24 plaintextBytes = stringToBytes(plaintext)
Cryptlib_RC4.py 23 bytes = stringToBytes(plaintext)
cryptomath.py 77 return stringToBytes(os.urandom(howMany))
100 return stringToBytes(devRandomFile.read(howMany))
110 return stringToBytes(s)
146 return stringToBytes(s)
157 bytes = stringToBytes(s)
178 bytes = stringToBytes(mpi[4:])
RSAKey.py 76 hashBytes = stringToBytes(sha.sha(bytes).digest())
97 hashBytes = stringToBytes(sha.sha(bytes).digest())
compat.py 64 def stringToBytes(s):
113 def stringToBytes(s):
jython_compat.py 23 def stringToBytes(s):
77 def stringToBytes(s):
  /external/chromium_org/third_party/tlslite/tlslite/
TLSRecordLayer.py 277 block = stringToBytes(s[startIndex : endIndex])
516 macBytes = stringToBytes(macString)
541 plaintext = stringToBytes(bytes)
543 bytes = stringToBytes(ciphertext)
550 bytes = stringToBytes(ciphertext)
758 bytes += stringToBytes(s)
798 bytes += stringToBytes(s)
    [all...]
X509.py 55 bytes = stringToBytes(bytes)
mathtls.py 51 p_md5 = P_hash(md5, S1, concatArrays(stringToBytes(label), seed), length)
52 p_sha1 = P_hash(sha, S2, concatArrays(stringToBytes(label), seed), length)
messages.py 231 w.addVarSeq(stringToBytes(self.srp_username), 1, 1)
318 w.addVarSeq(stringToBytes(self.signed_cert_timestamps), 1, 2)
384 bytes = stringToBytes(self.certChain.write())
420 w.addVarSeq(stringToBytes(self.ocsp_response), 1, 3)
508 return stringToBytes(md5.md5(s).digest() + sha.sha(s).digest())
TLSConnection.py     [all...]
  /external/chromium_org/chrome/browser/policy/test/
policy_testserver.py 709 tlslite.utils.cryptomath.stringToBytes(key_str))
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 707 milliseconds