Home
last modified time | relevance | path

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

12

/openthread-latest/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-latest/src/core/meshcop/
Ddataset_updater.cpp131 void DatasetUpdater::Finish(Error aError) in Finish() function in ot::MeshCoP::DatasetUpdater
187 Finish(kErrorNone); in HandleDatasetChanged()
202 Finish(kErrorAlready); in HandleDatasetChanged()
Ddataset_updater.hpp117 void Finish(Error aError);
Djoiner.cpp185 Finish(kErrorAbort); in Stop()
188 void Joiner::Finish(Error aError) in Finish() function in ot::MeshCoP::Joiner
343 Finish(aPrevError); in TryNextJoinerRouter()
586 Finish(error); in HandleTimer()
Djoiner.hpp214 void Finish(Error aError);
Dmeshcop.cpp293 sha256.Finish(hash); in ComputeJoinerId()
Dsecure_transport.cpp932 sha256.Finish(kek); in HandleMbedtlsExportKeys()
968 sha256.Finish(kek); in HandleMbedtlsExportKeys()
Dtcat_agent.cpp776 hmac.Finish(aHash); in CalculateHash()
/openthread-latest/src/core/crypto/
Dhmac_sha256.hpp123 void Finish(Hash &aHash);
Dsha256.hpp135 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-latest/src/core/api/
Dcrypto_api.cpp52 hmac.Finish(AsCoreType(aHash)); in otCryptoHmacSha256()
/openthread-latest/src/core/utils/
Dslaac_address.cpp441 sha256.Finish(hash); in GenerateIid()
/openthread-latest/src/core/coap/
Dcoap.cpp261 aMessage.Finish(); in SendMessage()
411 message->Finish(); in SendEmptyMessage()
1298 cachedResponse->Finish(); in ProcessReceivedRequest()
Dcoap_message.hpp227 void Finish(void);
Dcoap_message.cpp84 void Message::Finish(void) in Finish() function in ot::Coap::Message
/openthread-latest/src/core/thread/
Dkey_manager.cpp305 hmac.Finish(aHashKeys.mHash); in ComputeKeys()
/openthread-latest/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-latest/src/core/net/
Dsrp_client.cpp1721 sha256.Finish(hash); in AppendSignature()
Dsrp_server.cpp1325 sha256.Finish(hash); in VerifySignature()
/openthread-latest/src/core/border_router/
Drouting_manager.cpp3795 sha256.Finish(aHash); in CalculateHash()

12