定义了密钥内容属性和基本操作。 更多...

类 | |
| struct | ara::crypto::keys::KeySlotContentProps |
| 当前密钥槽内容的属性,即存储到密钥槽的当前实例的属性。 更多... | |
函数 | |
| constexpr bool | ara::crypto::keys::operator== (const KeySlotContentProps &lhs, const KeySlotContentProps &rhs) noexcept |
| 判断密钥槽内容属性是否相等 更多... | |
| constexpr bool | ara::crypto::keys::operator!= (const KeySlotContentProps &lhs, const KeySlotContentProps &rhs) noexcept |
| 判断密钥槽内容属性是否不相等 更多... | |
定义了密钥内容属性和基本操作。
|
inlineconstexprnoexcept |
判断密钥槽内容属性是否不相等
| N/A |
| [in] | lhs | 左值 |
| [in] | rhs | 右值 |
| [out] | N/A | |
| [in,out] | N/A |
| N/A |
在文件 第 行定义.
|
inlineconstexprnoexcept |
判断密钥槽内容属性是否相等
| N/A |
| [in] | lhs | 左值 |
| [in] | rhs | 右值 |
| [out] | N/A | |
| [in,out] | N/A |
| N/A |
在文件 第 行定义.