Home
last modified time | relevance | path

Searched refs:any (Results 1 – 12 of 12) sorted by relevance

/optee_os/lib/libutils/isoc/newlib/
H A Dstrtoul.c167 register int neg = 0, any, cutlim; variable
190 for (acc = 0, any = 0;; c = *s++) {
199 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
200 any = -1;
202 any = 1;
207 if (any < 0) {
212 *endptr = (char *) (any ? (char *)s - 1 : nptr);
/optee_os/lib/libmbedtls/mbedtls/
H A DLICENSE38 "Object" form shall mean any form resulting from mechanical
48 "Derivative Works" shall mean any work, whether in Source or Object
56 "Contribution" shall mean any work of authorship, including
57 the original version of the Work and any modifications or additions
62 means any form of electronic, verbal, or written communication sent
70 "Contributor" shall mean Licensor and any individual or Legal Entity
90 institute patent litigation against any entity (including a
93 or contributory patent infringement, then any patent licenses
98 Work or Derivative Works thereof in any medium, with or without
102 (a) You must give any other recipients of the Work or
[all …]
H A DSECURITY.md82 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
H A DREADME.md79 * If not cross-compiling, running `make` with any target, or just `make`, will automatically genera…
143 - `Release`. This generates the default code without any unnecessary information in the binary fi…
281 …e communication. Second, it can also be used independently of other PSA components on any platform.
H A DCONTRIBUTING.md33 … versions of the library and it should not be necessary for a user to make any changes to their ow…
H A DChangeLog139 performing any PSA call.
549 An attacker was able to prevent an Mbed TLS server from establishing any
688 and any algorithm possible using them will be included in the build.
707 maximum size of any supported block cipher) or the new name
761 Names. Only exact matching, without any normalization procedures
780 any of: BASIC, IMPORT, EXPORT, GENERATE, DERIVE.
828 suggest. This did not affect any library code, because this macro was
879 * Fix the J-PAKE driver interface for user and peer to accept any values
982 mbedtls_x509write_crt_set_serial_raw(). The goal here is to remove any
1153 * Mixed-endian systems are explicitly not supported any more.
[all …]
/optee_os/lib/libutils/compiler-rt/
H A DLICENSE.TXT34 "Object" form shall mean any form resulting from mechanical
44 "Derivative Works" shall mean any work, whether in Source or Object
52 "Contribution" shall mean any work of authorship, including
53 the original version of the Work and any modifications or additions
58 means any form of electronic, verbal, or written communication sent
66 "Contributor" shall mean Licensor and any individual or Legal Entity
86 institute patent litigation against any entity (including a
89 or contributory patent infringement, then any patent licenses
94 Work or Derivative Works thereof in any medium, with or without
98 (a) You must give any other recipients of the Work or
[all …]
/optee_os/scripts/
H A Dcheckpatch.sh35 <COMMIT> Any commit or any number of commits.
/optee_os/lib/libutils/isoc/
H A Dbget.doc70 buffer pools may not be larger than a segment, but since BGET allows any
133 looping). If the compaction function is able to free any storage (it
218 release any space or add storage to the buffer pool), the allocation
224 the buffer pool in any manner which would be valid were the application
289 NDEBUG not defined, any error generates an assertion failure. Otherwise 1
/optee_os/core/arch/arm/dts/
H A Dat91-sama5d2_xplained.dts450 * The ADTRG pin can work on any edge type.
454 * or any edge, and the pull-up can be changed
/optee_os/core/lib/qcbor/
H A DREADME.md300 usually don't require any hardware, libraries or includes. The C
341 can be saved just by not calling any functions that
450 disable any encoding features, just some error checking. Disable it
486 QCBOR_DISABLE_NON_INTEGER_LABELS causes any label that doesn't
/optee_os/core/arch/arm/
H A Darm.mk19 $(warning Error: CFG_LPAE_ADDR_SPACE_SIZE is not supported any longer)