Home
last modified time | relevance | path

Searched refs:Validate (Results 1 – 9 of 9) sorted by relevance

/openthread-3.6.0/src/core/net/
Dnd6.cpp61 mOption = Validate(reinterpret_cast<const Option *>(aStart)); in Iterator()
69 void Option::Iterator::Advance(void) { mOption = (mOption != nullptr) ? Validate(Next(mOption)) : n… in Advance()
71 const Option *Option::Iterator::Validate(const Option *aOption) const in Validate() function in ot::Ip6::Nd::Option::Iterator
Dnd6.hpp157 const Option *Validate(const Option *aOption) const;
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_rsa.data423 RSA Validate Params, toy example
426 RSA Validate Params, toy example, N missing
429 RSA Validate Params, toy example, E missing
432 RSA Validate Params, toy example, corrupted
435 RSA Validate Params, toy example, non-primes, no PRNG
438 RSA Validate Params, toy example, non-primes, PRNG
441 RSA Validate Params
444 RSA Validate Params, N missing
447 RSA Validate Params, bad N
450 RSA Validate Params, non-prime, no PRNG
[all …]
Dtest_suite_cmac.function138 /* Validate the test inputs */
215 /* Validate the test inputs */
Dtest_suite_psa_crypto_se_driver_hal.function129 /* Validate a choice of slot number as directed. */
Dtest_suite_ssl.function1951 /* Validate buffer sizes after context deserialization */
2025 /* Validate buffer sizes after renegotiation */
/openthread-3.6.0/src/core/thread/
Dnetwork_data_leader.hpp598 static Error Validate(const NetworkData &aNetworkData, uint16_t aRloc16);
Dnetwork_data_leader_ftd.cpp294 Error Leader::Validate(const NetworkData &aNetworkData, uint16_t aRloc16) in Validate() function in ot::NetworkData::Leader
645 SuccessOrExit(error = Validate(aNetworkData, aRloc16)); in RegisterNetworkData()
/openthread-3.6.0/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md470 2. Validate the key data. The necessary validation is described in the section [“Key validation wit…