Searched refs:epoch (Results 1 – 4 of 4) sorted by relevance
/openthread-3.4.0/tests/scripts/thread-cert/ |
D | dtls.py | 95 def __init__(self, content_type, version, epoch, sequence_number, length, fragment): argument 98 self.epoch = epoch 104 …n (struct.pack(">B", self.content_type) + self.version.to_bytes() + struct.pack(">H", self.epoch) + 111 epoch = struct.unpack(">H", data.read(2))[0] 115 return cls(content_type, version, epoch, sequence_number, length, fragment) 121 self.epoch,
|
/openthread-3.4.0/third_party/mbedtls/repo/include/mbedtls/ |
D | ssl_internal.h | 568 unsigned epoch; member
|
/openthread-3.4.0/third_party/mbedtls/repo/library/ |
D | ssl_msg.c | 4447 rec_epoch = hs->buffering.future_record.epoch; in ssl_load_buffered_record() 4523 hs->buffering.future_record.epoch = ssl->in_epoch + 1; in ssl_buffer_future_record()
|
/openthread-3.4.0/src/cli/ |
D | README.md | 3158 Send SNTP Query to obtain current unix epoch time (from 1st January 1970). The latter two parameter…
|