otCryptoKey Struct Reference
This structure represents the Key Material required for Crypto operations.
#include <
include/openthread/platform/crypto.h
>
Public Attributes |
|
const uint8_t * | mKey |
Pointer to the buffer containing key. NULL indicates to use
mKeyRef
.
|
|
uint16_t | mKeyLength |
The key length in bytes (applicable when
mKey
is not NULL).
|
|
uint32_t | mKeyRef |
The PSA key ref (requires
mKey
to be NULL).
|
This structure represents the Key Material required for Crypto operations.
The documentation for this struct was generated from the following file:
-
include/openthread/platform/
crypto.h