Searched refs:Calculate (Results 1 – 14 of 14) sorted by relevance
/openthread-latest/src/core/net/ |
D | checksum.cpp | 97 void Checksum::Calculate(const Ip6::Address &aSource, in Calculate() function in ot::Checksum 123 void Checksum::Calculate(const Ip4::Address &aSource, in Calculate() function in ot::Checksum 157 checksum.Calculate(aMessageInfo.GetPeerAddr(), aMessageInfo.GetSockAddr(), aIpProto, aMessage); in VerifyMessageChecksum() 196 checksum.Calculate(aSource, aDestination, aIpProto, aMessage); in UpdateMessageChecksum() 231 checksum.Calculate(aSource, aDestination, aIpProto, aMessage); in UpdateMessageChecksum()
|
D | checksum.hpp | 119 void Calculate(const Ip6::Address &aSource, 123 void Calculate(const Ip4::Address &aSource,
|
/openthread-latest/src/core/api/ |
D | verhoeff_checksum_api.cpp | 50 return VerhoeffChecksum::Calculate(aDecimalString, *aChecksum); in otVerhoeffChecksumCalculate()
|
/openthread-latest/src/core/utils/ |
D | verhoeff_checksum.hpp | 67 static Error Calculate(const char *aDecimalString, char &aChecksum);
|
D | verhoeff_checksum.cpp | 93 Error VerhoeffChecksum::Calculate(const char *aDecimalString, char &aChecksum) in Calculate() function in ot::Utils::VerhoeffChecksum
|
/openthread-latest/tests/unit/ |
D | test_checksum.cpp | 510 SuccessOrQuit(Utils::VerhoeffChecksum::Calculate(string, checksum)); in TestVerhoeffChecksum() 522 VerifyOrQuit(Utils::VerhoeffChecksum::Calculate(example, checksum) == kErrorInvalidArgs); in TestVerhoeffChecksum()
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ccm.function | 353 /* Calculate tag length */ 373 /* Calculate iv */ 436 /* Calculate tag length */ 453 /* Calculate iv */
|
D | test_suite_ecdh.function | 29 /* Calculate the public key from the private key. */
|
D | test_suite_psa_crypto_driver_wrappers.function | 1818 * Calculate the MAC, one-shot case. 1893 * Calculate the MAC, multipart case.
|
D | test_suite_bignum_core.function | 886 /* Calculate the Montgomery constant (this is unit tested separately) */
|
D | test_suite_psa_crypto.function | 2195 /* Calculate the MAC, one-shot case. */ 2203 /* Calculate the MAC, multi-part case. */ 3737 /* Calculate the MAC, one-shot case. */ 3751 /* Calculate the MAC, multi-part case. */
|
D | test_suite_ssl.function | 194 /* Calculate actual input and output lengths */
|
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/driver_templates/ |
D | psa_crypto_driver_wrappers.h.jinja | 691 /** Calculate the key buffer size required to store the key material of a key
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | md-cipher-dispatch.md | 307 * Calculate the hash.
|