nl::Weave::Profiles::Security::PASE::WeavePASEEngine
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
摘要
公共类型 |
|
---|---|
EngineState
|
枚举 |
公共属性 |
|
---|---|
AllowedPASEConfigs
|
uint8_t
|
EncryptionKey
|
|
EncryptionType
|
uint8_t
|
JPAKECtx
|
struct JPAKE_CTX *
|
PerformKeyConfirmation
|
bool
|
ProtocolConfig
|
uint32_t
|
Pw
|
const uint8_t *
|
PwLen
|
uint16_t
|
PwSource
|
uint8_t
|
ResponderKeyConfirmHash[kKeyConfirmHashLengthMax]
|
uint8_t
|
ResponderStep2ZKPXGRHash[kStep2ZKPXGRHashLengthMax]
|
uint8_t
|
SessionKeyId
|
uint16_t
|
State
|
EngineState
|
公共函数 |
|
---|---|
GenerateInitiatorStep1(PacketBuffer *buf, uint32_t proposedPASEConfig, uint64_t localNodeId, uint64_t peerNodeId, uint16_t sessionKeyId, uint8_t encType, uint8_t pwSrc, WeaveFabricState *FabricState, bool confirmKey)
|
|
GenerateInitiatorStep2(PacketBuffer *buf)
|
|
GenerateResponderKeyConfirm(PacketBuffer *buf)
|
|
GenerateResponderReconfigure(PacketBuffer *buf)
|
|
GenerateResponderStep1(PacketBuffer *buf)
|
|
GenerateResponderStep2(PacketBuffer *buf)
|
|
GetSessionKey(const WeaveEncryptionKey *& encKey)
|
|
Init(void)
|
void
|
IsInitiator(void) const
|
bool
|
IsResponder(void) const
|
bool
|
ProcessInitiatorStep1(PacketBuffer *buf, uint64_t localNodeId, uint64_t peerNodeId, WeaveFabricState *FabricState)
|
|
ProcessInitiatorStep2(PacketBuffer *buf)
|
|
ProcessResponderKeyConfirm(PacketBuffer *buf)
|
|
ProcessResponderReconfigure(PacketBuffer *buf, uint32_t & proposedPASEConfig)
|
|
ProcessResponderStep1(PacketBuffer *buf)
|
|
ProcessResponderStep2(PacketBuffer *buf)
|
|
Reset(void)
|
void
|
Shutdown(void)
|
void
|
公共类型
EngineState
EngineState
公共属性
AllowedPASEConfigs
uint8_t AllowedPASEConfigs
EncryptionKey
WeaveEncryptionKey EncryptionKey
EncryptionType
uint8_t EncryptionType
JPAKECtx
struct JPAKE_CTX * JPAKECtx
PerformKeyConfirmation
bool PerformKeyConfirmation
ProtocolConfig
uint32_t ProtocolConfig
Pw
const uint8_t * Pw
PwLen
uint16_t PwLen
PwSource
uint8_t PwSource
ResponderKeyConfirmHash
uint8_t ResponderKeyConfirmHash[kKeyConfirmHashLengthMax]
响应程序 Step2ZKPXGRHash
uint8_t ResponderStep2ZKPXGRHash[kStep2ZKPXGRHashLengthMax]
SessionKeyId
uint16_t SessionKeyId
州
EngineState State
公共函数
GenerateInitiatorStep1
WEAVE_ERROR GenerateInitiatorStep1(
PacketBuffer *buf,
uint32_t proposedPASEConfig,
uint64_t localNodeId,
uint64_t peerNodeId,
uint16_t sessionKeyId,
uint8_t encType,
uint8_t pwSrc,
WeaveFabricState *FabricState,
bool confirmKey
)
GenerateInitiatorStep2
WEAVE_ERROR GenerateInitiatorStep2(
PacketBuffer *buf
)
GenerateResponderKeyConfirm
WEAVE_ERROR GenerateResponderKeyConfirm(
PacketBuffer *buf
)
GenerateResponderReconfigure
WEAVE_ERROR GenerateResponderReconfigure(
PacketBuffer *buf
)
GenerateResponderStep1
WEAVE_ERROR GenerateResponderStep1(
PacketBuffer *buf
)
GenerateResponderStep2
WEAVE_ERROR GenerateResponderStep2(
PacketBuffer *buf
)
GetSessionKey
WEAVE_ERROR GetSessionKey(
const WeaveEncryptionKey *& encKey
)
Init
void Init(
void
)
IsInitiator
bool IsInitiator(
void
) const
IsResponder
bool IsResponder(
void
) const
ProcessInitiatorStep1
WEAVE_ERROR ProcessInitiatorStep1(
PacketBuffer *buf,
uint64_t localNodeId,
uint64_t peerNodeId,
WeaveFabricState *FabricState
)
ProcessInitiatorStep2
WEAVE_ERROR ProcessInitiatorStep2(
PacketBuffer *buf
)
ProcessResponderKeyConfirm
WEAVE_ERROR ProcessResponderKeyConfirm(
PacketBuffer *buf
)
ProcessResponderReconfigure
WEAVE_ERROR ProcessResponderReconfigure(
PacketBuffer *buf,
uint32_t & proposedPASEConfig
)
ProcessResponderStep1
WEAVE_ERROR ProcessResponderStep1(
PacketBuffer *buf
)
ProcessResponderStep2
WEAVE_ERROR ProcessResponderStep2(
PacketBuffer *buf
)
重置
void Reset(
void
)
关停
void Shutdown(
void
)