Searched refs:epoch (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/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-latest/third_party/mbedtls/repo/library/ |
D | ssl_msg.c | 3478 size_t sid_len, cookie_len, epoch, fragment_offset; in mbedtls_ssl_check_dtls_clihlo_cookie() local 3515 epoch = MBEDTLS_GET_UINT16_BE(in, 3); in mbedtls_ssl_check_dtls_clihlo_cookie() 3518 if (in[0] != MBEDTLS_SSL_MSG_HANDSHAKE || epoch != 0 || in mbedtls_ssl_check_dtls_clihlo_cookie() 3522 in[0], (unsigned) epoch, in mbedtls_ssl_check_dtls_clihlo_cookie() 4739 rec_epoch = hs->buffering.future_record.epoch; in ssl_load_buffered_record() 4818 hs->buffering.future_record.epoch = ssl->in_epoch + 1; in ssl_buffer_future_record()
|
D | ssl_misc.h | 858 unsigned epoch; member
|
/openthread-latest/src/cli/ |
D | README.md | 3653 Send SNTP Query to obtain current unix epoch time (from 1st January 1970). The latter two parameter…
|