|
bool | OpenZWave::GenerateAuthentication (uint8 const *_data, uint32 const _length, Driver *driver, uint8 const _sendingNode, uint8 const _receivingNode, uint8 *iv, uint8 *_authentication) |
|
bool | OpenZWave::EncyrptBuffer (uint8 *m_buffer, uint8 m_length, Driver *driver, uint8 const _sendingNode, uint8 const _receivingNode, uint8 const m_nonce[8], uint8 *e_buffer) |
|
bool | OpenZWave::createIVFromPacket_inbound (uint8 const *_data, uint8 const m_nonce[8], uint8 *iv) |
|
bool | OpenZWave::DecryptBuffer (uint8 *e_buffer, uint8 e_length, Driver *driver, uint8 const _sendingNode, uint8 const _receivingNode, uint8 const m_nonce[8], uint8 *m_buffer) |
|
SecurityStrategy | OpenZWave::ShouldSecureCommandClass (uint8 CommandClass) |
|