SKDP: Symmetric Key Distribution Protocol 1.1.0.0 (A1)
Encrypted tunneling protocol using pre-shared keys
skdp_device_key Struct Reference

The SKDP device key structure. More...

#include <skdp.h>

Data Fields

uint8_t kid [SKDP_KID_SIZE]
 
uint8_t ddk [SKDP_DDK_SIZE]
 
uint64_t expiration
 

Detailed Description

The SKDP device key structure.

This structure represents the SKDP device key, which is derived from the server key. It includes the device key identity, device derivation key, and an expiration time.

Field Documentation

◆ ddk

uint8_t ddk[SKDP_DDK_SIZE]

The device derivation key

◆ expiration

uint64_t expiration

The expiration time in seconds from epoch

◆ kid

uint8_t kid[SKDP_KID_SIZE]

The key identity string


The documentation for this struct was generated from the following file: