Home
last modified time | relevance | path

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

12345678

/openthread-latest/include/openthread/
DBUILD.gn31 public = [ "config.h" ]
42 "backbone_router.h",
43 "backbone_router_ftd.h",
44 "ble_secure.h",
45 "border_agent.h",
46 "border_router.h",
47 "border_routing.h",
48 "channel_manager.h",
49 "channel_monitor.h",
50 "child_supervision.h",
[all …]
/openthread-latest/third_party/mbedtls/
DBUILD.gn30 mbedtls_config_file = "mbedtls-config.h"
51 "repo/include/mbedtls/aes.h",
52 "repo/include/mbedtls/aria.h",
53 "repo/include/mbedtls/asn1.h",
54 "repo/include/mbedtls/asn1write.h",
55 "repo/include/mbedtls/base64.h",
56 "repo/include/mbedtls/bignum.h",
57 "repo/include/mbedtls/block_cipher.h",
58 "repo/include/mbedtls/build_info.h",
59 "repo/include/mbedtls/camellia.h",
[all …]
DCMakeLists.txt29 set(OT_MBEDTLS_DEFAULT_CONFIG_FILE \"openthread-mbedtls-config.h\")
53 add_custom_command(OUTPUT openthread-mbedtls-config.h
59 "${CMAKE_CURRENT_SOURCE_DIR}/mbedtls-config.h" |
60 ${SED_EXE} '/openthread-core-config\.h/d' >
61 openthread-mbedtls-config.h
62 MAIN_DEPENDENCY mbedtls-config.h
67 DEPENDS openthread-mbedtls-config.h)
74 configure_file(mbedtls-config.h openthread-mbedtls-config.h COPYONLY)
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/
Dquery_config.fmt2 * Query Mbed TLS compile time configurations from mbedtls_config.h
8 #include "mbedtls/build_info.h"
10 #include "query_config.h"
12 #include "mbedtls/platform.h"
16 * default value when that configuration is not set in mbedtls_config.h, or
17 * for PSA_WANT macros, in case they're auto-defined based on mbedtls_config.h
18 * rather than defined directly in crypto_config.h.
20 #include "psa/crypto.h"
22 #include "mbedtls/aes.h"
23 #include "mbedtls/aria.h"
[all …]
Dversion_features.fmt8 #include "common.h"
12 #include "mbedtls/version.h"
14 #include <string.h>
Derror.fmt8 #include "common.h"
10 #include "mbedtls/error.h"
16 #include "mbedtls/platform.h"
18 #include <stdio.h>
19 #include <string.h>
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dhelpers.function5 #include <test/arguments.h>
6 #include <test/helpers.h>
7 #include <test/macros.h>
8 #include <test/random.h>
9 #include <test/bignum_helpers.h>
10 #include <test/psa_crypto_helpers.h>
11 #include <test/threading_helpers.h>
13 #include <errno.h>
14 #include <limits.h>
15 #include <stdint.h>
[all …]
Dtest_suite_pkcs7.function2 #include "mbedtls/bignum.h"
3 #include "mbedtls/pkcs7.h"
4 #include "mbedtls/x509.h"
5 #include "mbedtls/x509_crt.h"
6 #include "mbedtls/x509_crl.h"
7 #include "x509_internal.h"
8 #include "mbedtls/oid.h"
9 #include "sys/types.h"
10 #include "sys/stat.h"
11 #include "mbedtls/rsa.h"
[all …]
Dtest_suite_random.function5 #include "mbedtls/bignum.h"
6 #include "mbedtls/ctr_drbg.h"
7 #include "mbedtls/ecdsa.h"
8 #include "mbedtls/entropy.h"
9 #include "mbedtls/hmac_drbg.h"
10 #include "mbedtls/psa_util.h"
11 #include "psa/crypto.h"
Dtest_suite_net.function3 #include "mbedtls/net_sockets.h"
12 #include <sys/resource.h>
13 #include <sys/stat.h>
14 #include <sys/time.h>
15 #include <sys/types.h>
16 #include <fcntl.h>
17 #include <unistd.h>
/openthread-latest/third_party/mbedtls/repo/tests/
DMakefile88 generated_psa_test_data: ../include/psa/crypto_values.h
89 generated_psa_test_data: ../include/psa/crypto_extra.h
115 TEST_OBJS_DEPS = $(wildcard include/test/*.h include/test/*/*.h)
120 TEST_OBJS_DEPS += include/test/instrument_record_status.h
173 rm -f include/test/instrument_record_status.h
174 rm -f include/alt-extra/*/*_alt.h
185 if exist include/test/instrument_record_status.h del /Q /F include/test/instrument_record_status.h
195 include/alt-extra/%_alt.h: ../include/%.h
223 cp ./include/test/drivers/config_test_driver.h ./libtestdriver1/include/mbedtls/mbedtls_config.h
230 mv ./libtestdriver1/include/psa/crypto_config.h ./libtestdriver1/include/psa/crypto_config.h.bak
[all …]
D.gitignore11 include/alt-extra/psa/crypto_platform_alt.h
12 include/alt-extra/psa/crypto_struct_alt.h
13 include/test/instrument_record_status.h
/openthread-latest/src/core/
DBUILD.gn790 "*.h",
799 "config/announce_sender.h",
800 "config/backbone_router.h",
801 "config/border_agent.h",
802 "config/border_router.h",
803 "config/border_routing.h",
804 "config/channel_manager.h",
805 "config/channel_monitor.h",
806 "config/child_supervision.h",
807 "config/coap.h",
[all …]
/openthread-latest/third_party/mbedtls/repo/programs/test/
Dgenerate_cpp_dummy_build.sh40 for header in include/mbedtls/*.h include/psa/*.h; do
42 mbedtls/mbedtls_config.h) :;; # not meant for direct inclusion
43 mbedtls/config_*.h) :;; # not meant for direct inclusion
44 psa/crypto_config.h) :;; # not meant for direct inclusion
45 psa/crypto_ajdust_config*.h) :;; # not meant for direct inclusion
DCMakeLists.txt48 ${CMAKE_CURRENT_SOURCE_DIR}/../../include/mbedtls/mbedtls_config.h
49 ${CMAKE_CURRENT_SOURCE_DIR}/../../include/psa/crypto_config.h
54 ${CMAKE_CURRENT_SOURCE_DIR}/../../include/mbedtls/mbedtls_config.h
55 ${CMAKE_CURRENT_SOURCE_DIR}/../../include/psa/crypto_config.h
70 ${CMAKE_CURRENT_SOURCE_DIR}/query_config.h
/openthread-latest/tests/toranj/
Dbuild.sh119 -DOT_PROJECT_CONFIG=../tests/toranj/openthread-core-toranj-config-simulation.h \
134 -DOT_PROJECT_CONFIG=../tests/toranj/openthread-core-toranj-config-simulation.h \
150 -DOT_PROJECT_CONFIG=../tests/toranj/openthread-core-toranj-config-simulation.h \
166 -DOT_PROJECT_CONFIG=../tests/toranj/openthread-core-toranj-config-simulation.h \
180 -DOT_PROJECT_CONFIG=../tests/toranj/openthread-core-toranj-config-simulation.h \
194 -DOT_PROJECT_CONFIG=../tests/toranj/openthread-core-toranj-config-simulation.h \
209 -DOT_PROJECT_CONFIG=../tests/toranj/openthread-core-toranj-config-simulation.h \
224 -DOT_PROJECT_CONFIG=../tests/toranj/openthread-core-toranj-config-simulation.h \
238 -DOT_PROJECT_CONFIG=../tests/toranj/openthread-core-toranj-config-simulation.h \
251 -DOT_PROJECT_CONFIG=../tests/toranj/openthread-core-toranj-config-posix.h \
[all …]
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-crypto-implementation-structure.md52h header file, the non-static ones are generated in a psa_crypto_driver_wrappers_no_static.c C fil…
73h. The functions implementing a driver entry point as defined in the PSA driver interface specific…
80 * [ ] `include/psa/crypto_values.h` or `include/psa/crypto_extra.h` — [New functions and macros](#n…
81 * [ ] `include/psa/crypto_config.h`, `tests/include/test/drivers/crypto_config_test_driver_extensio…
82 * Occasionally `library/check_crypto_config.h` — [Preprocessor symbols](#preprocessor-symbols)
83 * [ ] `include/mbedtls/config_psa.h` — [Preprocessor symbols](#preprocessor-symbols)
85 * [ ] `include/psa/crypto_builtin_*.h` — [Translucent data structures](#translucent-data-structures)
94 * [ ] `include/psa/crypto.h` and `include/psa/crypto_sizes.h`, or `include/psa/crypto_extra.h` — [N…
96 …functions: `include/psa/crypto_struct.h`, `include/psa/crypto_builtin_*.h`, `include/psa/crypto_dr…
113h`, apart from structure accessors defined in `include/psa/crypto_struct.h`. Functions that have o…
[all …]
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers_no_static.c.jinja12 #include "common.h"
13 #include "psa_crypto_aead.h"
14 #include "psa_crypto_cipher.h"
15 #include "psa_crypto_core.h"
16 #include "psa_crypto_driver_wrappers_no_static.h"
17 #include "psa_crypto_hash.h"
18 #include "psa_crypto_mac.h"
19 #include "psa_crypto_pake.h"
20 #include "psa_crypto_rsa.h"
22 #include "mbedtls/platform.h"
[all …]
/openthread-latest/third_party/mbedtls/repo/library/
Decjpake.c199 mbedtls_mpi *h) in ecjpake_hash() argument
232 MBEDTLS_MPI_CHK(mbedtls_mpi_read_binary(h, hash, in ecjpake_hash()
234 MBEDTLS_MPI_CHK(mbedtls_mpi_mod_mpi(h, h, &grp->N)); in ecjpake_hash()
254 mbedtls_mpi r, h; in ecjpake_zkp_read() local
260 mbedtls_mpi_init(&h); in ecjpake_zkp_read()
292 MBEDTLS_MPI_CHK(ecjpake_hash(md_type, grp, pf, G, &V, X, id, &h)); in ecjpake_zkp_read()
294 &VV, &h, X, &r, G)); in ecjpake_zkp_read()
305 mbedtls_mpi_free(&h); in ecjpake_zkp_read()
328 mbedtls_mpi h; /* later recycled to hold r */ in ecjpake_zkp_write() local
337 mbedtls_mpi_init(&h); in ecjpake_zkp_write()
[all …]
/openthread-latest/third_party/mbedtls/repo/configs/
DREADME.txt7 These files are complete replacements for the default mbedtls_config.h. To use one of
10 1. Replace the default file include/mbedtls/mbedtls_config.h with the chosen one.
15 CFLAGS="-I$PWD/configs -DMBEDTLS_CONFIG_FILE='<foo.h>'" make
20 CFLAGS="-I$PWD/configs -DMBEDTLS_CONFIG_FILE='<foo.h>'" cmake .
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-conditional-inclusion-c.md18 …sms are included in a build through its configuration file (`mbedtls_config.h`). This mechanism is…
52 The PSA Crypto configuration file `psa/crypto_config.h` defines a series of symbols of the form `PS…
54 …`MBEDTLS_PSA_CRYPTO_CONFIG` in `mbedtls/mbedtls_config.h` determines whether `psa/crypto_config.h`…
57 …es.c` is enabled if either `mbedtls/mbedtls_config.h` contains `MBEDTLS_AES_C` or `psa/crypto_conf…
135h` needs to define all the `MBEDTLS_xxx_C` configuration symbols, including the ones deduced from …
137 `mbedtls/config_psa.h` includes `psa/crypto_config.h`, the user-editable file that defines applicat…
141 …s defined (or not) in `mbedtls/mbedtls_config.h`. Furthermore, the new header file **`mbedtls/conf…
143h` are needed not only to build the PSA parts of the library, but also to build code that uses the…
145h` or an edited copy of `mbedtls/mbedtls_config.h` from an earlier version of Mbed TLS, `mbedtls/c…
149 …TLS_PSA_CRYPTO_CONFIG` is set or not, `mbedtls/config_psa.h` includes `mbedtls/crypto_drivers.h`, …
[all …]
Dpsa-driver-wrappers-codegen-migration-guide.md1 Migrating to an auto generated psa_crypto_driver_wrappers.h file
4 This document describes how to migrate to the auto generated psa_crypto_driver_wrappers.h file.
30 (1) psa_crypto_driver_wrappers.h will from this point on be auto generated.
31 …on the template file at **scripts/data_files/driver_templates/psa_crypto_driver_wrappers.h.jinja**.
32 (3) The driver JSONS to be used for generating the psa_crypto_driver_wrappers.h file can be found a…
33 …psa_crypto_driver_wrappers.h file, the user will need to patch into the template file as needed (p…
/openthread-latest/third_party/mbedtls/repo/scripts/
Dfootprint.sh103 doit default include/mbedtls/mbedtls_config.h
104 doit thread configs/config-thread.h
105 doit suite-b configs/config-suite-b.h
106 doit psk configs/config-ccm-psk-tls1_2.h
/openthread-latest/third_party/mbedtls/repo/configs/ext/
DREADME.md6 * crypto_config_profile_medium.h
7 * tfm_mbedcrypto_config_profile_medium.h
15 The two files crypto_config_profile_medium.h and tfm_mbedcrypto_config_profile_medium.h
/openthread-latest/third_party/mbedtls/repo/include/
DCMakeLists.txt5 file(GLOB headers "mbedtls/*.h")
6 file(GLOB psa_headers "psa/*.h")
18 # Make mbedtls_config.h available in an out-of-source build. ssl-opt.sh requires it.

12345678