Home
last modified time | relevance | path

Searched refs:len_bytes (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/tools/tcat_ble_client/tlv/
Dtlv.py71 len_bytes = len(self.value).to_bytes(header_len // 2, byteorder='big')
75 header = type.to_bytes(header_len // 2, byteorder='big') + len_bytes
/openthread-latest/third_party/mbedtls/repo/library/
Dssl_tls12_client.c1915 size_t len_bytes = 2; in ssl_write_encrypted_pms() local
1919 if (offset + len_bytes > MBEDTLS_SSL_OUT_CONTENT_LEN) { in ssl_write_encrypted_pms()
1962 ssl->out_msg + offset + len_bytes, olen, in ssl_write_encrypted_pms()
1963 MBEDTLS_SSL_OUT_CONTENT_LEN - offset - len_bytes, in ssl_write_encrypted_pms()
1969 if (len_bytes == 2) { in ssl_write_encrypted_pms()