ot::Crypto::Sha256::Update() method
Inputs bytes into the SHA-256 computation.
Arguments
aBuf
A pointer to the input buffer.
aBufLength
The length of @p aBuf in bytes.
![]()
void Sha256::Update(const Message &aMessage, uint16_t aOffset, uint16_t aLength)![]()
template <typename ObjectType> void Update(const ObjectType &aObject)![]()
void Update(const Message &aMessage, uint16_t aOffset, uint16_t aLength);![]()
sha256.Update(*signerNameMessage, signerNameMessage->GetOffset(), signerNameMessage->GetLength());
ot::Crypto::Sha256::Update() is called by 4 functions and calls 4 functions:
![]()
ot::Crypto::Sha256::Update()
ot::Crypto::Sha256::Update():
![]()
ot::Crypto::Sha256::Update()