Logo
中文版
详情联系: neusar-support@reachauto.com
ContentProperties

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

ContentProperties 的协作图:

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
 判断密钥槽内容属性是否不相等 更多...
 

详细描述

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

函数说明

◆ operator!=()

constexpr bool ara::crypto::keys::operator!= ( const KeySlotContentProps lhs,
const KeySlotContentProps rhs 
)
inlineconstexprnoexcept

判断密钥槽内容属性是否不相等

模板参数
N/A
参数
[in]lhs左值
[in]rhs右值
[out]N/A
[in,out]N/A
返回
true表示不等,false表示相等
注解
N/A
错误码偏差项
N/A
异常
N/A
Swsid
SWS_CRYPT_30551
符合标准
yes
非标原因
N/A
种类
function
可见
public
线程安全
reentrant
Fireandforget
no
错误
N/A
头文件
异常安全
noexcept
分类
ara

在文件 第 行定义.

◆ operator==()

constexpr bool ara::crypto::keys::operator== ( const KeySlotContentProps lhs,
const KeySlotContentProps rhs 
)
inlineconstexprnoexcept

判断密钥槽内容属性是否相等

模板参数
N/A
参数
[in]lhs左值
[in]rhs右值
[out]N/A
[in,out]N/A
返回
true表示等,false表示不相等
注解
N/A
错误码偏差项
N/A
异常
N/A
Swsid
SWS_CRYPT_30550
符合标准
yes
非标原因
N/A
种类
function
可见
public
线程安全
reentrant
Fireandforget
no
错误
N/A
头文件
异常安全
noexcept
分类
ara

在文件 第 行定义.