Searched defs:struct (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Dctauditscts22 import struct namespace
53 val = struct.unpack_from('>H', log_bytes, offset)
57 assert struct.unpack_from('>H', log_bytes, offset)[0] == KEY_START
60 key_size = struct.unpack_from('>H', log_bytes, offset)[0]
68 assert struct.unpack_from('>H', log_bytes, offset)[0] == CERT_START
72 while struct.unpack_from('>H', log_bytes, offset)[0] == CERT_START:
74 val = struct.unpack_from('BBB', log_bytes, offset)
89 assert struct.unpack_from('>H', log_bytes, offset)[0] == SCT_START
93 struct.unpack_from('>H', log_bytes, offset)[0] == SCT_START:
96 sct_size = struct
[all...]

Completed in 287 milliseconds