| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | README.md | 13 …nventional environment variables such as `CC` and `CFLAGS` when using the Make and CMake build sys… 26 1. Make sure that [Doxygen](http://www.doxygen.nl/) is installed. 27 1. Run `make apidoc`. 37 - GNU Make 41 … CMake and GNU Make. Those systems are always complete and up-to-date. The others should reflect a… 43 The Make and CMake build systems create three libraries: libmbedcrypto, libmbedx509, and libmbedtls… 49 * GNU Make 3.82 or a build tool that CMake supports. 79 * If not cross-compiling, running `make` with any target, or just `make`, will automatically genera… 81 * Run `make generated_files` to generate all the configuration-independent files. 85 ### Make subsection [all …]
|
| H A D | LICENSE | 84 (except as stated in this section) patent license to make, have made, 228 software--to make sure the software is free for all its users. This 236 price. Our General Public Licenses are designed to make sure that you 242 To protect your rights, we need to make restrictions that forbid 249 you have. You must make sure that they, too, receive or can get the 257 Also, for each author's protection and ours, we want to make certain 440 This section is intended to make thoroughly clear what is believed to 468 make exceptions for this. Our decision will be guided by the two goals 499 possible use to the public, the best way to achieve this is to make it 526 If the program is interactive, make it output a short notice like this
|
| H A D | SECURITY.md | 82 Mbed TLS doesn't make any security guarantees against local non-timing-based 91 Mbed TLS doesn't make any security guarantees against local fault injection 101 Mbed TLS doesn't make any security guarantees against physical attacks. If
|
| /optee_os/core/kernel/ |
| H A D | initcall.c | 32 * Note: this function is weak just to make it possible to exclude it from 41 * Note: this function is weak just to make it possible to exclude it from 50 * Note: this function is weak just to make it possible to exclude it from 59 * Note: this function is weak just to make it possible to exclude it from 68 * Note: this function is weak just to make it possible to exclude it from
|
| /optee_os/mk/ |
| H A D | aosp_optee.mk | 25 PREBUILT_MAKE ?= prebuilts/build-tools/linux-x86/bin/make 27 # this prebuilt make tool 29 # for master and versions which has prebuilt make 32 # The AOSP build tool is not the regular make, 33 # that it adds -jN to $(MAKE), and that we should preserve 35 # The MAKE is redefined here in AOSP ckati: 37 ifneq (,$(filter -j%, $(MAKE))) 38 HOST_MAKE += $(filter -j%, $(MAKE)) 42 # For P and old versions which does not have prebuilt make, 43 # let's use MAKE as what we did before [all …]
|
| H A D | cleanvars.mk | 1 # Cleans all output variables from other make files to allow for a new start
|
| /optee_os/lib/libmbedtls/mbedtls/include/psa/ |
| H A D | crypto_driver_contexts_composites.h | 4 * operations, i.e. those operations which need to make use of other operations 115 unsigned dummy; /* Make sure this union is always non-empty */ 124 unsigned dummy; /* Make sure this union is always non-empty */ 132 unsigned dummy; /* Make sure this union is always non-empty */ 137 unsigned dummy; /* Make sure this union is always non-empty */ 142 unsigned dummy; /* Make sure this union is always non-empty */
|
| H A D | crypto_driver_contexts_primitives.h | 88 unsigned dummy; /* Make sure this union is always non-empty */ 96 unsigned dummy; /* Make sure this union is always non-empty */
|
| H A D | crypto_builtin_composites.h | 60 … unsigned MBEDTLS_PRIVATE(dummy); /* Make the union non-empty even with no supported algorithms. */ 124 /* Make the struct non-empty if algs not supported. */ 159 /* Make the struct non-empty if algs not supported. */
|
| /optee_os/.github/workflows/ |
| H A D | ci.yml | 373 function _make() { make -j$(nproc) -s O=out $*; } 412 make -j$(nproc) check CFG_LOCKDEP=y CFG_LOCKDEP_RECORD_STACK=n CFG_IN_TREE_EARLY_TAS=pkcs11/fd02c9da-306c-48c7-a49c-bbd827ae86ee CFG_PKCS11_TA=y CFG_CORE_UNSAFE_MODEXP=y XTEST_ARGS="-x pkcs11_1007" 415 make -j$(nproc) check CFG_CORE_SANITIZE_KADDRESS=y CFG_CORE_ASLR=n CFG_ATTESTATION_PTA=n XTEST_ARGS="n_1001 n_1003 n_1004" 418 make -j$(nproc) check CFG_CORE_SANITIZE_KADDRESS=y CFG_CORE_ASLR=n CFG_ATTESTATION_PTA=n CFG_DYN_CONFIG=n XTEST_ARGS="n_1001 n_1003 n_1004" 446 - name: Run 'make check' tasks in container 512 make -j$(nproc) CFG_CORE_BTI=y CFG_TA_BTI=y SEL0_SPS=y MEMTAG=y PAUTH=y RUST_ENABLE=n XTEST_ARGS="-x n_1031" check 515 make -j$(nproc) check CFG_CRYPTO_WITH_CE82=y 519 make -j$(nproc) check 523 make -j$(nproc) check CFG_ULIBS_SHARED=y 526 make [all...] |
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | platform.c | 86 * Make dummy function to prevent NULL pointer dereferences 141 * Make dummy function to prevent NULL pointer dereferences 172 * Make dummy function to prevent NULL pointer dereferences 195 * Make dummy function to prevent NULL pointer dereferences 220 * Make dummy function to prevent NULL pointer dereferences 242 * Make dummy function to prevent NULL pointer dereferences 266 * Make dummy function to prevent NULL pointer dereferences 340 * Make dummy function to prevent NULL pointer dereferences 354 * Make dummy function to prevent NULL pointer dereferences
|
| /optee_os/ |
| H A D | Makefile | 4 # or the '.EXPORT_ALL_VARIABLES:' special target. In this case, all the make 10 # not expect to implicitely obtain any make variable from the environment, we 44 # Make these default for now 67 ifneq ($(filter 4.%,$(MAKE_VERSION)),) # make-4 71 else # make-3.8x
|
| /optee_os/core/arch/arm/plat-stm32mp1/drivers/ |
| H A D | stm32mp1_syscfg.c | 155 /* Make sure the write above is visible */ in stm32mp1_iocomp() 168 /* Make sure the previous operations are visible */ in stm32mp_set_vddsd_comp_state() 187 /* Make sure the write above is visible */ in stm32mp_set_vddsd_comp_state() 196 /* Make sure the previous operations are visible */ in stm32mp_set_hslv_state()
|
| /optee_os/core/lib/libtomcrypt/src/pk/dsa/ |
| H A D | dsa_encrypt_key.c | 52 /* make a random key and export the public copy */ in dsa_encrypt_key() 70 /* make a random g_priv, g_pub = g^x pair in dsa_encrypt_key() 82 /* make random key */ in dsa_encrypt_key()
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | threading.h | 105 * A mutex used to make the PSA subsystem thread safe. 117 * A mutex used to make the non-rng PSA global_data struct members thread safe. 124 * A mutex used to make the PSA global_data rng data thread safe.
|
| H A D | config_adjust_ssl.h | 13 * don't want to make the symbol MBEDTLS_xxx_B part of the public API. 35 /* The following blocks make it easier to disable all of TLS,
|
| /optee_os/core/lib/libtomcrypt/src/misc/hkdf/ |
| H A D | hkdf.c | 22 zero filled key. Unless blocksize < hashLen (which wouldn't make any in hkdf_extract() 43 /* make sure hash descriptor is valid */ in hkdf_expand() 111 /* make sure hash descriptor is valid */ in hkdf()
|
| /optee_os/core/lib/libtomcrypt/src/pk/rsa/ |
| H A D | rsa_make_key.c | 29 /* make primes p and q (optimization provided by Wayne Scott) */ in s_rsa_make_key() 31 /* make prime "p" */ in s_rsa_make_key() 38 /* make prime "q" */ in s_rsa_make_key() 50 /* make key */ in s_rsa_make_key()
|
| /optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
| H A D | ecc_make_key.c | 14 Make a new ECC key 57 /* make the public key */ in ecc_generate_key()
|
| H A D | ecc_encrypt_key.c | 48 /* make a random key and export the public copy */ in ecc_encrypt_key() 82 /* make random key */ in ecc_encrypt_key()
|
| /optee_os/core/include/kernel/ |
| H A D | pseudo_ta.h | 88 * memref in @params and build @bparams, then make *@oparams point to @bparams. 89 * Otherwise just make *@oparams point to @params.
|
| /optee_os/core/drivers/ |
| H A D | gic.c | 281 /* Make interrupt non-pending */ in gicv3_sync_redist_config() 321 /* Make interrupt non-pending */ in gic_legacy_sync_dist_config() 411 /* Make interrupt non-pending */ in gic_init_donate_sgi_to_ns() 414 /* Make it to non-secure */ in gic_init_donate_sgi_to_ns() 422 /* Make interrupt non-pending */ in gic_init_donate_sgi_to_ns() 425 /* Make it to non-secure */ in gic_init_donate_sgi_to_ns() 604 /* Make interrupts non-pending */ in gic_init_v3() 653 /* Make it non-pending */ in gic_it_configure() 920 /* Make sure it's already disabled */ in gic_spi_release_to_ns() 1023 /* Make interrupt non-pending */ in gic_op_configure() [all …]
|
| /optee_os/core/drivers/rstctrl/ |
| H A D | stm32mp1_rstctrl.c | 78 /* Make sure the above write is performed */ in reset_assert() 122 /* Make sure the above write is performed */ in reset_deassert()
|
| /optee_os/core/lib/libtomcrypt/src/prngs/ |
| H A D | sprng.c | 57 Make the PRNG ready to read from 58 @param prng The PRNG to make active
|
| /optee_os/core/arch/arm/plat-hisilicon/ |
| H A D | platform_config.h | 11 /* Make stacks aligned to data cache line length */
|