Home
last modified time | relevance | path

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

123

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_hmac_drbg.misc.data37 HMAC_DRBG write/update seed file SHA-1 [#1]
41 HMAC_DRBG write/update seed file SHA-1 [#2]
45 HMAC_DRBG write/update seed file SHA-224 [#1]
49 HMAC_DRBG write/update seed file SHA-224 [#2]
53 HMAC_DRBG write/update seed file SHA-256 [#1]
57 HMAC_DRBG write/update seed file SHA-256 [#2]
61 HMAC_DRBG write/update seed file SHA-384 [#1]
65 HMAC_DRBG write/update seed file SHA-384 [#2]
69 HMAC_DRBG write/update seed file SHA-512 [#1]
73 HMAC_DRBG write/update seed file SHA-512 [#2]
[all …]
Dtest_suite_chachapoly.function99 /* Initial state: finish, update, update_aad forbidden */
109 /* Still initial state: finish, update, update_aad forbidden */
126 /* After finish: update, update_aad forbidden */
132 /* Starts -> update* OK */
140 /* After update: update_aad forbidden */
Dtest_suite_entropy.data10 Entropy write/update seed file: good
13 Entropy write/update seed file: nonexistent
16 Entropy write/update seed file: base NV seed file
Dtest_suite_cmac.function161 * update operation */
247 * update operation */
275 * update operation */
Dtest_suite_psa_crypto_low_hash.function82 /* Nominal case with two update calls */
184 /* Multipart, no update */
193 /* Multipart, one update */
Dtest_suite_ccm.data1557 CCM encrypt, skip update AES-128 (P=0, N=13, A=0, T=16)
1561 CCM decrypt, skip update AES-128 (P=0, N=13, A=0, T=16)
1565 CCM* encrypt, skip update AES-128 (P=0, N=13, A=0, T=16)
1569 CCM* decrypt, skip update AES-128 (P=0, N=13, A=0, T=16)
1573 CCM encrypt, skip update NIST VPT AES-128 #1 (P=0, N=13, A=32, T=16)
1577 CCM* encrypt, skip update NIST VPT AES-128 #1 (P=0, N=13, A=32, T=16)
1581 CCM decrypt, skip update NIST DVPT AES-256 #23 (P=0, N=13, A=32, T=16)
1585 CCM* decrypt, skip update NIST DVPT AES-256 #23 (P=0, N=13, A=32, T=16)
1605 CCM encrypt, overflow update NIST VPT AES-128 #14 (P=13, N=13, A=32, T=16)
1609 CCM encrypt, incomplete update NIST VPT AES-128 #14 (P=13, N=13, A=32, T=16)
[all …]
/openthread-latest/script/
Dbootstrap58 sudo apt-get update
71 ….com/-/media/Files/downloads/gnu-rm/9-2020q2/gcc-arm-none-eabi-9-2020-q2-update-"$ARCH"-linux.tar.…
72 && sudo tar xjf gcc-arm-none-eabi-9-2020-q2-update-"$ARCH"-linux.tar.bz2 -C /opt \
73 && rm gcc-arm-none-eabi-9-2020-q2-update-"$ARCH"-linux.tar.bz2 \
74 && sudo ln -s -f /opt/gcc-arm-none-eabi-9-2020-q2-update/bin/* /usr/local/bin/.)
Dcheck-size57 ….arm.com/-/media/Files/downloads/gnu-rm/7-2018q2/gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2 \
58 && tar xjf gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2)
59 export PATH=/tmp/gcc-arm-none-eabi-7-2018-q2-update/bin:$PATH
Dcheck-core-makefiles40 ./script/update-makefiles.py || die "Could not run ./script/update-makefiles.py"
Dgit-tool109 update)
/openthread-latest/third_party/mbedtls/repo/scripts/
Dtmp_ignore_makefiles.sh43 git update-index --assume-unchanged Makefile library/Makefile programs/Makefile tests/Makefile
46 git update-index --no-assume-unchanged Makefile library/Makefile programs/Makefile tests/Makefile
/openthread-latest/src/core/net/
Dsrp_server.cpp381 UpdateMetadata *update = mOutstandingUpdates.RemoveMatching(aId); in HandleServiceUpdateResult() local
383 if (update == nullptr) in HandleServiceUpdateResult()
389 update->SetError(aError); in HandleServiceUpdateResult()
391 …LogInfo("Handler result of SRP update (id = %lu) is received: %s", ToUlong(update->GetId()), Error… in HandleServiceUpdateResult()
399 mCompletedUpdates.PushAfterTail(*update); in HandleServiceUpdateResult()
417 UpdateMetadata *update; in ProcessCompletedUpdates() local
419 while ((update = mCompletedUpdates.Pop()) != nullptr) in ProcessCompletedUpdates()
421 CommitSrpUpdate(*update); in ProcessCompletedUpdates()
778 for (const UpdateMetadata &update : mOutstandingUpdates) in FindOutstandingUpdate() local
780 if (aMessageMetadata.mDnsHeader.GetMessageId() == update.GetDnsHeader().GetMessageId() && in FindOutstandingUpdate()
[all …]
/openthread-latest/src/core/backbone_router/
Dbbr_local.cpp126 bool update = false; in SetConfig() local
142 update = true; in SetConfig()
148 update = true; in SetConfig()
154 update = true; in SetConfig()
157 if (update) in SetConfig()
/openthread-latest/etc/docker/environment/
DDockerfile8 && apt-get update -y \
23 && update-ca-certificates \
/openthread-latest/tools/tcat_ble_client/cli/
Dbase_commands.py211 hash.update(bless.peer_challenge)
212 hash.update(bless.peer_public_key)
244 hash.update(challenge)
245 hash.update(bless.peer_public_key)
/openthread-latest/src/cli/
DREADME_DATASET.md122 ### Using the Dataset Updater to update Operational Dataset
124 Dataset Updater can be used for a delayed update of network parameters on all devices of a Thread N…
126 1. Clear the dataset buffer and add the Dataset fields to update.
176update of network parameters on all devices of a Thread Network. If certain Active Operational Dat…
773 Indicate whether there is an ongoing Operation Dataset update request.
786 Request network to update its Operation Dataset to the current operational dataset buffer.
809 Dataset update complete: OK
822 Cancels an ongoing (if any) Operational Dataset update request.
DREADME_SRP_CLIENT.md197 Explicitly set the list of host addresses (can be set while client is running to update the host ad…
234 …is a another optional boolean value indicating whether or not to send an update message to the ser…
245 Clear host info and all services on client (unlike `host remove`, with `host clear` no update is se…
370 … name and service name (unlike `service remove`, with `service clear` no update is sent to server …
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dgenerate_psa_wrappers.py91 _FUNCTION_GUARDS.update({
196 _PRINTF_TYPE_CAST.update({
/openthread-latest/tools/gerrit/
DREADME.md35 3acd900bd [message] update comment/documentation (#2903)
52 492f0c3b1 [harness-automation] update read method for TopologyConfig.txt format change (#2950)
/openthread-latest/tests/scripts/thread-cert/
Dthread_cert.py275 dataset.update(params['active_dataset'])
438 test_vars.update(vars)
532 effective_params.update(FTD_DEFAULT_PARAMS)
534 effective_params.update(params)
Dnet_crypto.py68 cipher.update(auth_data)
89 cipher.update(auth_data)
/openthread-latest/tools/harness-simulation/
DREADME.md16 …- For each entry in `ot_build.ot`, update the value of `number` to be the number of OT FTD simulat…
17 …- For each entry in `ot_build.otbr`, update the value of `number` to be the number of OTBR simulat…
/openthread-latest/third_party/mbedtls/repo/.github/
Dpull_request_template.md26 - please do not force-push to update your PR - just add new commit(s)
/openthread-latest/src/posix/platform/
Dbacktrace.cpp64 callstack.update(); in dumpStack()
/openthread-latest/tests/scripts/thread-cert/pktverify/
Dtest_info.py63 macs.update({k + '_ETH': v for k, v in self.ethaddrs.items()})

123