Home
last modified time | relevance | path

Searched full:update (Results 1 – 25 of 56) sorted by relevance

123

/net-tools-3.5.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_hmac_drbg.misc.data21 HMAC_DRBG write/update seed file SHA-1
25 HMAC_DRBG write/update seed file SHA-1
29 HMAC_DRBG write/update seed file SHA-224
33 HMAC_DRBG write/update seed file SHA-224
37 HMAC_DRBG write/update seed file SHA-256
41 HMAC_DRBG write/update seed file SHA-256
45 HMAC_DRBG write/update seed file SHA-384
49 HMAC_DRBG write/update seed file SHA-384
53 HMAC_DRBG write/update seed file SHA-512
57 HMAC_DRBG write/update seed file SHA-512
Dtest_suite_entropy.data4 Entropy write/update seed file
7 Entropy write/update seed file
Dtest_suite_x509parse.data127 …ame \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nthis update \: 2011-02-20 10\:24\:19\nnext updat…
131 …ame \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nthis update \: 2009-07-19 19\:56\:37\nnext updat…
135 …ame \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nthis update \: 2011-02-12 14\:44\:07\nnext updat…
139 …ame \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nthis update \: 2011-02-12 14\:44\:07\nnext updat…
143 …ame \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nthis update \: 2011-02-12 14\:44\:07\nnext updat…
147 …ame \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nthis update \: 2011-02-12 14\:44\:07\nnext updat…
151 …ame \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nthis update \: 2011-02-12 14\:44\:07\nnext updat…
155 …ame \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nthis update \: 2011-02-12 14\:44\:07\nnext updat…
159 …ame \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nthis update \: 2011-02-12 14\:44\:07\nnext updat…
163 …ame \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nthis update \: 2014-01-20 13\:46\:35\nnext updat…
[all …]
Dtest_suite_cmac.function169 * update operation */
261 * update operation */
286 * update operation */
Dtest_suite_dhm.function62 /* Re-do calc_secret on server a few times to test update of blinding values */
/net-tools-3.5.0/mbedtls-2.4.0/
Dcircle.yml24 …- cd .. && wget "https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q3-update/+download/gcc-arm-n…
34 # Update mbed-os to master only if it is a nightly build
37 cd ../mbed-os-example-tls/tls-client/mbed-os/ && mbed update master;
/net-tools-3.5.0/mbedtls-2.4.0/scripts/
Dtmp_ignore_makefiles.sh40 git update-index --assume-unchanged Makefile library/Makefile programs/Makefile tests/Makefile
43 git update-index --no-assume-unchanged Makefile library/Makefile programs/Makefile tests/Makefile
/net-tools-3.5.0/mbedtls-2.4.0/include/mbedtls/
Dhmac_drbg.h191 * \brief HMAC_DRBG update state
194 * \param additional Additional data to update state with, or NULL
217 * \brief HMAC_DRBG generate random with additional update input
224 * \param additional Additional data to update with (can be NULL)
272 * \brief Read and update a seed file. Seed is added to this
Dctr_drbg.h198 * \brief CTR_DRBG update state
201 * \param additional Additional data to update state with
212 * \brief CTR_DRBG generate random with additional update input
219 * \param additional Additional data to update with (Can be NULL)
260 * \brief Read and update a seed file. Seed is added to this
Dentropy.h216 * \brief Trigger an update of the seed file in NV by using the
240 * \brief Read and update a seed file. Seed is added to this
Dmd_internal.h63 /** Digest update function */
Dssl_ciphersuites.h234 /* Reminder: update mbedtls_ssl_premaster_secret when adding a new key exchange.
235 * Reminder: update MBEDTLS_KEY_EXCHANGE__xxx below
Dx509.h85 /* Reminder: update x509_crt_verify_strings[] in library/x509_crt.c */
112 * Reminder: update x509_info_key_usage() when adding new flags.
/net-tools-3.5.0/libcoap/
Dconfigure.ac56 # Update the libtool versioning only immediately before a public release of libcoap.
58 # 1. If the library source code has changed at all since the last update, then
63 # changed since the last update, increment current, and set revision to 0
255 AC_ARG_VAR([CTAGS_PROG],[the 'ctag' program to use for make target 'update-map-file'])
259 AC_MSG_WARN([==> Without ctags you will be unable to run the target 'update-map-file'!])
265 AC_MSG_WARN([==> This option is required for target 'update-map-file'])
DMakefile.am114 .PHONY: update-map-file check_ctags
130 update-map-file: libcoap-$(LIBCOAP_API_VERSION).map libcoap-$(LIBCOAP_API_VERSION).sym
/net-tools-3.5.0/tinydtls-0.8.2/
Dccm.c207 /* update local pointers */ in dtls_ccm_encrypt_message()
225 /* update local pointers */ in dtls_ccm_encrypt_message()
277 /* update local pointers */ in dtls_ccm_decrypt_message()
295 /* update local pointers */ in dtls_ccm_decrypt_message()
/net-tools-3.5.0/libcoap/src/
Dhashkey.c11 /* Caution: When changing this, update COAP_DEFAULT_WKC_HASHKEY
/net-tools-3.5.0/libcoap/tests/
Dtest_sendqueue.c245 sendqueue = ctx.sendqueue; /* must update global sendqueue for correct result */ in t_sendqueue9()
252 sendqueue = ctx.sendqueue; /* must update global sendqueue for correct result */ in t_sendqueue9()
276 sendqueue = ctx.sendqueue; /* must update global sendqueue for correct result */ in t_sendqueue10()
/net-tools-3.5.0/mbedtls-2.4.0/tests/scripts/
Dyotta-build.sh41 yt update || true # needs network
/net-tools-3.5.0/mbedtls-2.4.0/library/
Dhmac_drbg.c71 * HMAC_DRBG update, using optional additional data (10.1.2.2)
154 /* 2. Update state */ in mbedtls_hmac_drbg_reseed()
296 /* 6. Update */ in mbedtls_hmac_drbg_random_with_add()
299 /* 7. Update reseed counter */ in mbedtls_hmac_drbg_random_with_add()
Dentropy.c166 * Entropy accumulator update
296 /* Update the NV entropy seed before generating any entropy for outside in mbedtls_entropy_func()
394 /* Manually update the remaining stream with a separator value to diverge */ in mbedtls_entropy_update_nv_seed()
Dctr_drbg.c208 * Update IV in block_cipher_df()
262 * Update key and counter in ctr_drbg_update_internal()
324 * Update state in mbedtls_ctr_drbg_reseed()
/net-tools-3.5.0/docker/
DDockerfile7 RUN apt update && apt install -y \
/net-tools-3.5.0/libcoap/examples/
Detsi_testcases.sh586 # transfers, Server offers a large updatable resource /large-update
588 # Client is requested to retrieve resource /large-update on server
597 # /large-update
601 testaddress=coap://$SERVERTUP/large-update
/net-tools-3.5.0/libcoap/include/coap/
Dasync.h137 * @param s The state object to update.

123