otCryptoKey

#include <crypto.h>

表示加密操作所需的密钥材料。

摘要

公共属性

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 上提供的源代码。如需了解详情,或者为我们的文档做贡献,请参阅资源