ESP-IDF
ot::Crypto::HmacSha256
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Methods
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Crypto::HmacSha256
ot::Crypto::HmacSha256 class
Implements HMAC SHA-256 computation.
Syntax
Show:
Summary
Declaration
Definition
from
message.hpp:76
class
HmacSha256
;
Implemented in
hmac_sha256.hpp:63
Fields
Field
Declared as
ot::Crypto::HmacSha256::mContext
otCryptoContext
ot::Crypto::HmacSha256::mContextStorage
OT_DEFINE_ALIGNED_VAR
(
,
kHmacSha256ContextSize
,
uint64_t
Methods
Start()
Sets the key and starts the HMAC computation.
Update()
Inputs bytes into the HMAC computation.
Update()
Inputs bytes into the HMAC computation.
Update()
Inputs bytes into the HMAC computation.
Finish()
Finalizes the hash computation.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out