ESP-IDF
ot::Dns::KeyRecord::kAlgorithmEcdsaP256Sha256
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Dns::KeyRecord::kAlgorithmEcdsaP256Sha256
ot::Dns::KeyRecord::kAlgorithmEcdsaP256Sha256 variable
Syntax
Show:
Summary
Declaration
from
dns_types.hpp:1953
static
constexpr
uint8_t
kAlgorithmEcdsaP256Sha256
=
13
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kAlgorithmEcdsaP256Sha256
=
13
;
///< ECDSA-P256-SHA256 algorithm.
dns_types.hpp:1953
SetAlgorithm
(
kAlgorithmEcdsaP256Sha256
)
;
dns_types.cpp:1194
ot::Dns::Ecdsa256KeyRecord
ot::Dns::Ecdsa256KeyRecord::Init()
GetAlgorithm
(
)
==
kAlgorithmEcdsaP256Sha256
;
dns_types.cpp:1200
ot::Dns::Ecdsa256KeyRecord
ot::Dns::Ecdsa256KeyRecord::IsValid() const
key
.
SetAlgorithm
(
Dns
::
KeyRecord
::
kAlgorithmEcdsaP256Sha256
)
;
srp_client.cpp:1581
ot::Srp::Client
ot::Srp::Client::AppendKeyRecord() const
sig
.
SetAlgorithm
(
Dns
::
KeyRecord
::
kAlgorithmEcdsaP256Sha256
)
;
srp_client.cpp:1694
ot::Srp::Client
ot::Srp::Client::AppendSignature()
VerifyOrExit
(
sigRecord
.
GetAlgorithm
(
)
==
Dns
::
KeyRecord
::
kAlgorithmEcdsaP256Sha256
,
error
=
kErrorFailed
)
;
srp_server.cpp:1277
ot::Srp::Server
ot::Srp::Server::ProcessAdditionalSection() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Dns::KeyRecord::kAlgorithmEcdsaP256Sha256
is read by 5 functions:
All items filtered out
ot::Dns::KeyRecord::kAlgorithmEcdsaP256Sha256
ot::Dns::Ecdsa256KeyRecord::Init()
ot::Dns::Ecdsa256KeyRecord::IsValid() const
ot::Srp::Client::AppendKeyRecord() const
ot::Srp::Client::AppendSignature()
ot::Srp::Server::ProcessAdditionalSection() const
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