Searched refs:checksum (Results 1 – 7 of 7) sorted by relevance
/tools/security/remote_provisioning/hwtrust/ |
D | Cargo.lock | 9 checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" 18 checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 24 checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61" 33 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 39 checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca" 54 checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" 60 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 66 checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d" 72 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 78 checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926" [all …]
|
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/api/lvpm_stock/ |
D | monsoon_proxy.py | 362 checksum = (data_len + sum(bytearray(data))) % 256 363 out = struct.pack('B', data_len) + data + struct.pack('B', checksum) 382 checksum = (sum(struct.unpack('B' * len(body), body)) + data_len) % 256 383 if result[-1] != checksum: 386 hex(checksum), hex(result[-1]))
|
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/lvpm_stock/ |
D | stock_transformers.py | 132 checksum = sum(body, data_len) & 0xFF 133 if result[-1] != checksum: 136 'got %s', hex(checksum), hex(result[-1]))
|
/tools/dexter/slicer/ |
D | dex_format.cc | 39 const int non_sum = sizeof(header->magic) + sizeof(header->checksum); in ComputeChecksum()
|
D | writer.cc | 369 header->checksum = dex::ComputeChecksum(header); in CreateImage()
|
/tools/dexter/slicer/export/slicer/ |
D | dex_format.h | 179 u4 checksum; member
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 1468 addresses from the IP header in its checksum computation must be 1528 the UDP checksum is not optional. That is, whenever 1530 checksum over the packet and the pseudo-header, and, if that 1533 discard UDP packets containing a zero checksum, and should log 1537 its checksum computation; this is a change from the IPv4 version of 1538 ICMP, which does not include a pseudo-header in its checksum. The 1541 which, unlike IPv4, are not covered by an internet-layer checksum.
|