Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog25 attacker running code on the same core (SSBleed), or when Trustzone-M is
34 * Fix potential CMake parallel build failure when building both the static
42 Previously the output was negative when B = 0 and A < 0, which was not
56 * Fix a buffer overread in mbedtls_lms_import_public_key() when the input is
63 * On x86/amd64 platforms, with some compilers, when the library is
67 AES to be used for some time when the program starts. This could allow
98 * Fix an integer underflow that could occur when parsing malformed PEM
111 * Fix failures of PSA multipart or interruptible operations when the
117 when using third-party drivers. This also affected one-shot MAC
121 This was sometimes not the case when an operation object is reused,
[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.md11 Compiler options can be set using conventional environment variables such as `CC` and `CFLAGS` when
84 * On non-Windows systems, when not cross-compiling, CMake will generate the required files automati…
111 …he target is Windows but the build environment is Unix-like (for instance when cross-compiling, or…
115 …ting `CFLAGS=-O2 -Werror` for example. Setting `WARNING_CFLAGS` is useful when you want to get rid…
167 These variables need to be adjusted when invoking cmake for the first time,
193 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.S153 .macro COND where when argument
154 i\where \when
157 .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.md911 * LibTomCrypt: fix issue causing invalid output when using AES CTR with
921 * RPMB: return TEE_ERROR_ACCESS_CONFLICT instead of panicking when a TA
936 * Possible deadlock with CFG_WITH_PAGER=y when loading a TA and not enough
1146 * Ignore `TA_FLAG_MULTI_SESSION` and `TA_FLAG_INSTANCE_KEEP_ALIVE` when
1152 * crypto: do not restrict hash size when algorithm is ECDSA ([#1497])
1171 * [#1656] qemu_armv8a: init hangs when secure data path and pager are both
1263 * Use CNTPCT (when available) to add entropy to the software PRNG
1271 * libutee: preserve error code when calling TEE_Panic() for easier
1276 * Optimize the ELF loader for TAs when pager is enabled
1302 * 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)