Home
last modified time | relevance | path

Searched refs:Calculate (Results 1 – 14 of 14) sorted by relevance

/openthread-latest/src/core/net/
Dchecksum.cpp97 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()
Dchecksum.hpp119 void Calculate(const Ip6::Address &aSource,
123 void Calculate(const Ip4::Address &aSource,
/openthread-latest/src/core/api/
Dverhoeff_checksum_api.cpp50 return VerhoeffChecksum::Calculate(aDecimalString, *aChecksum); in otVerhoeffChecksumCalculate()
/openthread-latest/src/core/utils/
Dverhoeff_checksum.hpp67 static Error Calculate(const char *aDecimalString, char &aChecksum);
Dverhoeff_checksum.cpp93 Error VerhoeffChecksum::Calculate(const char *aDecimalString, char &aChecksum) in Calculate() function in ot::Utils::VerhoeffChecksum
/openthread-latest/tests/unit/
Dtest_checksum.cpp510 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/
Dtest_suite_ccm.function353 /* Calculate tag length */
373 /* Calculate iv */
436 /* Calculate tag length */
453 /* Calculate iv */
Dtest_suite_ecdh.function29 /* Calculate the public key from the private key. */
Dtest_suite_psa_crypto_driver_wrappers.function1818 * Calculate the MAC, one-shot case.
1893 * Calculate the MAC, multipart case.
Dtest_suite_bignum_core.function886 /* Calculate the Montgomery constant (this is unit tested separately) */
Dtest_suite_psa_crypto.function2195 /* 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. */
Dtest_suite_ssl.function194 /* Calculate actual input and output lengths */
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers.h.jinja691 /** Calculate the key buffer size required to store the key material of a key
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dmd-cipher-dispatch.md307 * Calculate the hash.