Searched refs:Validate (Results 1 – 9 of 9) sorted by relevance
/openthread-3.6.0/src/core/net/ |
D | nd6.cpp | 61 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
|
D | nd6.hpp | 157 const Option *Validate(const Option *aOption) const;
|
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_rsa.data | 423 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 …]
|
D | test_suite_cmac.function | 138 /* Validate the test inputs */ 215 /* Validate the test inputs */
|
D | test_suite_psa_crypto_se_driver_hal.function | 129 /* Validate a choice of slot number as directed. */
|
D | test_suite_ssl.function | 1951 /* Validate buffer sizes after context deserialization */ 2025 /* Validate buffer sizes after renegotiation */
|
/openthread-3.6.0/src/core/thread/ |
D | network_data_leader.hpp | 598 static Error Validate(const NetworkData &aNetworkData, uint16_t aRloc16);
|
D | network_data_leader_ftd.cpp | 294 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/ |
D | psa-driver-interface.md | 470 2. Validate the key data. The necessary validation is described in the section [“Key validation wit…
|