内存区域类型定义。 更多...

类型定义 | |
| using | ara::crypto::ReadWriteMemRegion = ara::core::Span< std::uint8_t > |
| 读写内存区域(用于[in/out]参数) 更多... | |
| using | ara::crypto::ReadOnlyMemRegion = ara::core::Span< const std::uint8_t > |
| 只读内存区域(用于[in]参数) 更多... | |
内存区域类型定义。
| using ara::crypto::ReadOnlyMemRegion = typedef ara::core::Span<const std::uint8_t> |
只读内存区域(用于[in]参数)
在文件 第 行定义.
| using ara::crypto::ReadWriteMemRegion = typedef ara::core::Span<std::uint8_t> |
读写内存区域(用于[in/out]参数)
在文件 第 行定义.