Home
last modified time | relevance | path

Searched refs:Finish (Results 1 – 25 of 25) sorted by relevance

/openthread-3.7.0/tests/unit/
Dtest_hmac_sha256.cpp106 sha256.Finish(hash); in TestSha256()
132 sha256.Finish(hash); in TestSha256()
249 hmac.Finish(hash); in TestHmacSha256()
275 hmac.Finish(hash); in TestHmacSha256()
Dtest_ecdsa.cpp107 sha256.Finish(hash); in TestEcdsaVector()
160 sha256.Finish(hash); in TestEcdsaKeyGenerationSignAndVerify()
174 sha256.Finish(hash); in TestEcdsaKeyGenerationSignAndVerify()
/openthread-3.7.0/src/core/meshcop/
Ddataset_updater.cpp137 void DatasetUpdater::Finish(Error aError) in Finish() function in ot::MeshCoP::DatasetUpdater
191 Finish(kErrorNone); in HandleDatasetChanged()
206 Finish(kErrorAlready); in HandleDatasetChanged()
Ddataset_updater.hpp124 void Finish(Error aError);
Djoiner.cpp198 Finish(kErrorAbort); in Stop()
201 void Joiner::Finish(Error aError) in Finish() function in ot::MeshCoP::Joiner
356 Finish(aPrevError); in TryNextJoinerRouter()
599 Finish(error); in HandleTimer()
Djoiner.hpp220 void Finish(Error aError);
Dmeshcop.cpp300 sha256.Finish(hash); in ComputeJoinerId()
Dsecure_transport.cpp987 sha256.Finish(kek); in HandleMbedtlsExportKeys()
1024 sha256.Finish(kek); in HandleMbedtlsExportKeys()
/openthread-3.7.0/src/core/crypto/
Dhmac_sha256.hpp133 void Finish(Hash &aHash);
Dsha256.hpp146 void Finish(Hash &aHash);
Dsha256.cpp72 void Sha256::Finish(Hash &aHash) { SuccessOrAssert(otPlatCryptoSha256Finish(&mContext, aHash.m8, Ha… in Finish() function in ot::Crypto::Sha256
Dhmac_sha256.cpp59 void HmacSha256::Finish(Hash &aHash) in Finish() function in ot::Crypto::HmacSha256
Dcrypto_platform.cpp295 hmac.Finish(hash); in otPlatCryptoHkdfExpand()
328 hmac.Finish(*prk); in otPlatCryptoHkdfExtract()
/openthread-3.7.0/src/core/api/
Dcrypto_api.cpp58 hmac.Finish(AsCoreType(aHash)); in otCryptoHmacSha256()
/openthread-3.7.0/src/core/utils/
Dslaac_address.cpp420 sha256.Finish(hash); in GenerateIid()
/openthread-3.7.0/src/core/coap/
Dcoap.cpp270 aMessage.Finish(); in SendMessage()
420 message->Finish(); in SendEmptyMessage()
1307 cachedResponse->Finish(); in ProcessReceivedRequest()
Dcoap_message.hpp239 void Finish(void);
Dcoap_message.cpp91 void Message::Finish(void) in Finish() function in ot::Coap::Message
/openthread-3.7.0/src/core/thread/
Dkey_manager.cpp311 hmac.Finish(aHashKeys.mHash); in ComputeKeys()
/openthread-3.7.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_driver_wrappers.function1090 /* Finish will have called abort as well, so expecting two hits here */
1218 /* Finish will have called abort as well, so expecting two hits here */
1348 /* Finish will have called abort as well, so expecting two hits here */
2389 * Finish inactive operation, the driver shouldn't be called.
2858 /* Finish the encryption operation */
Dtest_suite_ccm.function866 /* Finish without passing any auth data or plaintext/ciphertext input */
/openthread-3.7.0/src/core/net/
Dsrp_client.cpp1518 sha256.Finish(hash); in AppendSignature()
Dsrp_server.cpp1336 sha256.Finish(hash); in VerifySignature()
Dmdns.cpp4185 sha256.Finish(aHash); in CalculateHash()
/openthread-3.7.0/src/core/border_router/
Drouting_manager.cpp3536 sha256.Finish(aHash); in CalculateHash()