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

  /external/curl/tests/python_dependencies/impacket/
uuid.py 27 uuid4, uuid5, uuid6 = unpack('>HHL', uuid[8:16])
28 return '%08X-%04X-%04X-%04X-%04X%08X' % (uuid1, uuid2, uuid3, uuid4, uuid5, uuid6)
32 (uuid1, uuid2, uuid3, uuid4, uuid5, uuid6) = map(lambda x: long(x, 16), matches.groups())
34 uuid += pack('>HHL', uuid4, uuid5, uuid6)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_uuid.py 435 for u, v in [(uuid.uuid5(uuid.NAMESPACE_DNS, 'python.org'),
437 (uuid.uuid5(uuid.NAMESPACE_URL, 'http://python.org/'),
439 (uuid.uuid5(uuid.NAMESPACE_OID, '1.3.6.1'),
441 (uuid.uuid5(uuid.NAMESPACE_X500, 'c=ca'),
  /external/python/cpython2/Lib/test/
test_uuid.py 396 for u, v in [(uuid.uuid5(uuid.NAMESPACE_DNS, 'python.org'),
398 (uuid.uuid5(uuid.NAMESPACE_URL, 'http://python.org/'),
400 (uuid.uuid5(uuid.NAMESPACE_OID, '1.3.6.1'),
402 (uuid.uuid5(uuid.NAMESPACE_X500, 'c=ca'),
  /external/python/cpython3/Lib/test/
test_uuid.py 606 for u, v in [(self.uuid.uuid5(self.uuid.NAMESPACE_DNS, 'python.org'),
608 (self.uuid.uuid5(self.uuid.NAMESPACE_URL, 'http://python.org/'),
610 (self.uuid.uuid5(self.uuid.NAMESPACE_OID, '1.3.6.1'),
612 (self.uuid.uuid5(self.uuid.NAMESPACE_X500, 'c=ca'),
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
uuid.py 4 uuid1(), uuid3(), uuid4(), uuid5() for generating version 1, 3, 4, and 5
28 >>> uuid.uuid5(uuid.NAMESPACE_DNS, 'python.org')
549 def uuid5(namespace, name): function
555 # The following standard UUIDs are for use with uuid3() or uuid5().
  /build/make/tools/releasetools/
add_img_to_target_files 317 image_props["uuid"] = str(uuid.uuid5(uuid.NAMESPACE_URL, uuid_seed))
319 image_props["hash_seed"] = str(uuid.uuid5(uuid.NAMESPACE_URL, hash_seed))
    [all...]
add_img_to_target_files.py 317 image_props["uuid"] = str(uuid.uuid5(uuid.NAMESPACE_URL, uuid_seed))
319 image_props["hash_seed"] = str(uuid.uuid5(uuid.NAMESPACE_URL, hash_seed))
    [all...]
  /external/python/cpython2/Lib/
uuid.py 4 uuid1(), uuid3(), uuid4(), uuid5() for generating version 1, 3, 4, and 5
28 >>> uuid.uuid5(uuid.NAMESPACE_DNS, 'python.org')
606 def uuid5(namespace, name): function
612 # The following standard UUIDs are for use with uuid3() or uuid5().
  /external/python/cpython3/Lib/
uuid.py 4 uuid1(), uuid3(), uuid4(), uuid5() for generating version 1, 3, 4, and 5
28 >>> uuid.uuid5(uuid.NAMESPACE_DNS, 'python.org')
761 def uuid5(namespace, name): function
767 # The following standard UUIDs are for use with uuid3() or uuid5().

Completed in 3486 milliseconds