F439_CPP_TX-RX_LoRa_Project
Loading...
Searching...
No Matches
radioLinkCryptoCtx_t Struct Reference

Runtime crypto context for RadioLink key material. More...

#include <radio_link.h>

Data Fields

uint8_t masterKey [16]
 
uint8_t encKey [16]
 
uint8_t macKey [16]
 
uint8_t keyIsValid
 

Detailed Description

Runtime crypto context for RadioLink key material.

Field Documentation

◆ encKey

uint8_t radioLinkCryptoCtx_t::encKey[16]

◆ keyIsValid

uint8_t radioLinkCryptoCtx_t::keyIsValid

◆ macKey

uint8_t radioLinkCryptoCtx_t::macKey[16]

◆ masterKey

uint8_t radioLinkCryptoCtx_t::masterKey[16]

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