template <uint16_t kContextSize>

class ContextWith

Defined at line 301 of file ../../third_party/openthread/src/core/crypto/storage.hpp

Represents a crypto context with a locally allocated buffer.

Template Parameters

kContextSize The size of the context buffer in bytes.

Public Methods

void ContextWith<kContextSize> ()

Initializes the context and the locally allocated buffer.

Defined at line 307 of file ../../third_party/openthread/src/core/crypto/storage.hpp