Home
last modified time | relevance | path

Searched refs:epoch (Results 1 – 4 of 4) sorted by relevance

/openthread-3.4.0/tests/scripts/thread-cert/
Ddtls.py95 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/
Dssl_internal.h568 unsigned epoch; member
/openthread-3.4.0/third_party/mbedtls/repo/library/
Dssl_msg.c4447 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/
DREADME.md3158 Send SNTP Query to obtain current unix epoch time (from 1st January 1970). The latter two parameter…