Home
last modified time | relevance | path

Searched refs:when (Results 1 – 18 of 18) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog13 * Fix a buffer overread in mbedtls_lms_import_public_key() when the input is
20 * On x86/amd64 platforms, with some compilers, when the library is
24 AES to be used for some time when the program starts. This could allow
55 * Fix an integer underflow that could occur when parsing malformed PEM
68 * Fix failures of PSA multipart or interruptible operations when the
74 when using third-party drivers. This also affected one-shot MAC
78 This was sometimes not the case when an operation object is reused,
82 * Resolved build issue with C++ projects using Mbed TLS 3.6 when compiling
99 function reported the correct size in *olen when it returned
132 * MD module can now perform PSA dispatching also when
[all …]
H A DSECURITY.md13 Its primary goal is to ensure fixes are ready to be deployed when the issue
145 The Everest variant is only used when `MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED`
163 undefined behavior when parsing certificates and CSRs. If a CSR or signed
164 certificate causes undefined behavior when it is parsed by Mbed TLS, that
H A DREADME.md13 Compiler options can be set using conventional environment variables such as `CC` and `CFLAGS` when
75 …t set the `CC` environment variable to a C compiler for the host platform when generating the conf…
80 * On non-Windows systems, when not cross-compiling, CMake will generate the required files automati…
107 …he target is Windows but the build environment is Unix-like (for instance when cross-compiling, or…
111 …ting `CFLAGS=-O2 -Werror` for example. Setting `WARNING_CFLAGS` is useful when you want to get rid…
163 These variables need to be adjusted when invoking cmake for the first time,
189 Regarding variables, also note that if you set CFLAGS when invoking cmake,
H A DLICENSE318 when run, you must cause it, when started running for such
332 sections when you distribute them as separate works. But when you
527 when it starts in an interactive mode:
H A DCONTRIBUTING.md35 …here is an API change, the contribution, if accepted, will be merged only when there is a major re…
/optee_os/lib/libutils/isoc/arch/arm/
H A Dsetjmp_a32.S151 .macro COND where when argument
152 i\where \when
155 .macro COND where when argument
/optee_os/core/lib/libtomcrypt/src/misc/
H A Dcrc32.c22 #error The existing CRC32 implementation only works properly when the endianness of the target plat…
/optee_os/core/arch/arm/dts/
H A Dat91-sama5d27_wlsom1_ek.dts91 * the muxing is done when channel is enabled.
95 * state when the pin is not muxed to the adc.
H A Dat91-sama5d2_xplained.dts426 * the muxing is done when channel is enabled.
430 * state when the pin is not muxed to the adc.
H A Dstm32mp23-st-scmi-cfg.dtsi6 * boards when CA35 is TDCID
H A Dstm32mp25-st-scmi-cfg.dtsi6 * boards when CA35 is TDCID
H A Dstm32mp21-st-scmi-cfg.dtsi6 * boards when CA35 is TDCID
H A Dfsl-lx2160a.dtsi872 snps,dis-u1u2-when-u3-quirk;
887 snps,dis-u1u2-when-u3-quirk;
/optee_os/core/lib/qcbor/
H A DREADME.md41 protocols much simpler, say when compared to TinyCBOR.
123 RFC 8949. The main part missing is sorting of maps when encoding.
132 in, especially when decoding more complex protocols.
312 * There is no conversion between floats and integers when decoding. For
315 * Floats will be unconverted to double when decoding.
451 when you are confident that an encoding implementation is complete and
456 know the length of a string, map or array when they start encoding
457 it. Their main use is when encoding has to be done on a very
458 constrained device. Conversely when decoding on a very constrained
472 when an indefinite-length map or array arrives for decoding.
/optee_os/
H A DCHANGELOG.md852 * LibTomCrypt: fix issue causing invalid output when using AES CTR with
862 * RPMB: return TEE_ERROR_ACCESS_CONFLICT instead of panicking when a TA
877 * Possible deadlock with CFG_WITH_PAGER=y when loading a TA and not enough
1087 * Ignore `TA_FLAG_MULTI_SESSION` and `TA_FLAG_INSTANCE_KEEP_ALIVE` when
1093 * crypto: do not restrict hash size when algorithm is ECDSA ([#1497])
1112 * [#1656] qemu_armv8a: init hangs when secure data path and pager are both
1204 * Use CNTPCT (when available) to add entropy to the software PRNG
1212 * libutee: preserve error code when calling TEE_Panic() for easier
1217 * Optimize the ELF loader for TAs when pager is enabled
1243 * Fix issue when resetting persistent storage enumerator [#1332][issue1332]
[all …]
/optee_os/lib/libutils/isoc/
H A Dbget.doc204 compact storage (or take other appropriate action) when an allocation
206 expansion blocks when necessary, and release such blocks when they
330 #define BestFit 1 /* Use a best fit algorithm when
H A Dbget.c1489 static void stats(const char *when __maybe_unused, in stats()
1505 when, nget, nfree, (long) cural, (long) totfree, (long) maxfree); in stats()
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dconf.mk265 $(call force,CFG_STM32_RNG,y,Required by HW RNG when CFG_WITH_SOFTWARE_PRNG=n)