/openthread-latest/tests/unit/ |
D | test_mdns.cpp | 775 void Validate(const Core::Host &aHost, Section aSection, GoodBye aIsGoodBye = kNotGoodBye) const in Validate() function 800 void Validate(const Core::Service &aService, in Validate() function 851 void Validate(const Core::Key &aKey, Section aSection, GoodBye aIsGoodBye = kNotGoodBye) const in Validate() function 1743 dnsMsg->Validate(host, kInAnswerSection); in TestHostReg() 1760 dnsMsg->Validate(host, kInAnswerSection); in TestHostReg() 1775 dnsMsg->Validate(host, kInAnswerSection); in TestHostReg() 1809 dnsMsg->Validate(host, kInAnswerSection); in TestHostReg() 1829 dnsMsg->Validate(host, kInAnswerSection); in TestHostReg() 1848 dnsMsg->Validate(host, kInAnswerSection); in TestHostReg() 1870 dnsMsg->Validate(host, kInAnswerSection); in TestHostReg() [all …]
|
D | test_checksum.cpp | 502 SuccessOrQuit(Utils::VerhoeffChecksum::Validate(string)); in TestVerhoeffChecksum() 507 VerifyOrQuit(Utils::VerhoeffChecksum::Validate(string) == kErrorFailed); in TestVerhoeffChecksum() 521 VerifyOrQuit(Utils::VerhoeffChecksum::Validate(example) == kErrorInvalidArgs); in TestVerhoeffChecksum()
|
/openthread-latest/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-latest/src/core/api/ |
D | verhoeff_checksum_api.cpp | 57 return VerhoeffChecksum::Validate(aDecimalString); in otVerhoeffChecksumValidate()
|
/openthread-latest/src/core/utils/ |
D | verhoeff_checksum.hpp | 79 static Error Validate(const char *aDecimalString);
|
D | verhoeff_checksum.cpp | 105 Error VerhoeffChecksum::Validate(const char *aDecimalString) in Validate() function in ot::Utils::VerhoeffChecksum
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_rsa.data | 413 RSA Validate Params, toy example 416 RSA Validate Params, toy example, N missing 419 RSA Validate Params, toy example, E missing 422 RSA Validate Params, toy example, corrupted 425 RSA Validate Params, toy example, non-primes, no PRNG 428 RSA Validate Params, toy example, non-primes, PRNG 431 RSA Validate Params 434 RSA Validate Params, N missing 437 RSA Validate Params, bad N 440 RSA Validate Params, non-prime, no PRNG [all …]
|
D | test_suite_cmac.function | 144 /* Validate the test inputs */ 225 /* Validate the test inputs */
|
D | test_suite_bignum.function | 991 * Validate that it is the case now, otherwise there was probably
|
D | test_suite_psa_crypto_se_driver_hal.function | 129 /* Validate a choice of slot number as directed. */
|
D | test_suite_ecp.function | 896 // Validate write_group against test data
|
D | test_suite_psa_crypto.function | 4258 /* Validate size macros */ 9795 /* Validate size macros */
|
/openthread-latest/src/core/thread/ |
D | network_data_leader.hpp | 602 static Error Validate(const NetworkData &aNetworkData, uint16_t aRloc16);
|
D | network_data_leader_ftd.cpp | 357 Error Leader::Validate(const NetworkData &aNetworkData, uint16_t aRloc16) in Validate() function in ot::NetworkData::Leader 708 SuccessOrExit(error = Validate(aNetworkData, aRloc16)); in RegisterNetworkData()
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-interface.md | 910 2. Validate the key data. The necessary validation is described in the section [“Key validation”](#…
|