otCryptoKey
#include <crypto.h>
代表 Crypto 作業所需的金鑰內容。
摘要
公開屬性 |
|
---|---|
mKey
|
const uint8_t *
含有金鑰的緩衝區指標。NULL 表示使用
mKeyRef 。 |
mKeyLength
|
uint16_t
金鑰長度 (以位元組為單位,當
mKey 不是 NULL 時適用)。 |
mKeyRef
|
uint32_t
PSA 金鑰參照 (必須將
mKey 設為 NULL)。 |
公開屬性
mKey
const uint8_t * otCryptoKey::mKey
含有金鑰的緩衝區指標。NULL 表示使用 mKeyRef
。
mKeyLength
uint16_t otCryptoKey::mKeyLength
金鑰長度 (以位元組為單位,當 mKey
不是 NULL 時適用)。
mKeyRef
uint32_t otCryptoKey::mKeyRef
PSA 金鑰參照 (必須將 mKey
設為 NULL)。
資源
OpenThread API 參考資料主題源自原始碼,請前往 GitHub 取得。如要瞭解詳情或對說明文件做出貢獻,請參閱資源。