ESP-IDF
ot::Dns::Ecdsa256KeyRecord::IsValid() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::Ecdsa256KeyRecord::IsValid() const
ot::Dns::Ecdsa256KeyRecord::IsValid() const method
Tells whether this is a valid ECDSA DNSKEY with curve P-256.
Syntax
Show:
Summary
Declaration
Definition
from
dns_types.hpp:2120
bool
IsValid
(
void
)
const
;
Implemented in
dns_types.cpp:1197
Return value
A boolean that indicates whether this is a valid ECDSA DNSKEY RR with curve P-256.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
Ecdsa256KeyRecord
::
IsValid
(
void
)
const
dns_types.cpp:1197
bool
IsValid
(
void
)
const
;
dns_types.hpp:2120
VerifyOrExit
(
keyRecord
.
IsValid
(
)
,
error
=
kErrorParse
)
;
srp_server.cpp:954
ot::Srp::Server
ot::Srp::Server::ProcessHostDescriptionInstruction() const
Call Tree
from
examples
ot::Dns::Ecdsa256KeyRecord::IsValid() const
is called by 1 function:
ot::Srp::Server::ProcessHostDescriptionInstruction() const
All items filtered out
ot::Dns::Ecdsa256KeyRecord::IsValid() const
All items filtered out
Data Use
from
examples
ot::Dns::Ecdsa256KeyRecord::IsValid() const
reads 4 variables:
ot::Dns::ResourceRecord::GetLength() const
ot::Dns::KeyRecord::kAlgorithmEcdsaP256Sha256
ot::Dns::KeyRecord::GetAlgorithm() const
ot::Dns::KeyRecord::IsValid() const
All items filtered out
ot::Dns::Ecdsa256KeyRecord::IsValid() 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