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

类 | |
| struct | ara::crypto::keys::KeySlotPrototypeProps |
| 定义密钥槽的槽属性 更多... | |
函数 | |
| constexpr bool | ara::crypto::keys::operator== (const KeySlotPrototypeProps &lhs, const KeySlotPrototypeProps &rhs) noexcept |
| 判断密钥槽原型属性是否相等 更多... | |
| constexpr bool | ara::crypto::keys::operator!= (const KeySlotPrototypeProps &lhs, const KeySlotPrototypeProps &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 |
在文件 第 行定义.