nl::Weave::WeaveMsgEncryptionKeyCache

#include <src/lib/core/WeaveFabricState.h>

Key cache for Weave message encryption keys.

Summary

Public functions

FindOrAllocateKeyEntry(uint16_t keyId, uint8_t encType)
Init(void)
void
Reset(void)
void
Shutdown(void)
void

Public functions

FindOrAllocateKeyEntry

WeaveMsgEncryptionKey * FindOrAllocateKeyEntry(
  uint16_t keyId,
  uint8_t encType
)

Init

void Init(
  void
)

Reset

void Reset(
  void
)

Shutdown

void Shutdown(
  void
)