class Context
Defined at line 270 of file ../../third_party/openthread/src/core/crypto/storage.hpp
Represents a crypto context.
Public Methods
void * GetContext ()
Gets the pointer to the context buffer.
Defined at line 278 of file ../../third_party/openthread/src/core/crypto/storage.hpp
uint16_t GetSize ()
Gets the size of the context buffer.
Defined at line 285 of file ../../third_party/openthread/src/core/crypto/storage.hpp
void SetContext (void * aContext, uint16_t aSize)
Sets the context buffer.
Parameters
aContext [in] A pointer to the context buffer.
aSize [in] The size of the context buffer in bytes.
Defined at line 293 of file ../../third_party/openthread/src/core/crypto/storage.hpp