Home
last modified time | relevance | path

Searched refs:need (Results 1 – 13 of 13) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_misc.h508 const uint8_t *end, size_t need) in mbedtls_ssl_chk_buf_ptr() argument
510 return (cur > end) || (need > (size_t) (end - cur)); in mbedtls_ssl_chk_buf_ptr()
516 size_t need; member
520 const uint8_t *cur, const uint8_t *end, size_t need);
527 const uint8_t *end, size_t need) in mbedtls_ssl_chk_buf_ptr() argument
529 if ((cur > end) || (need > (size_t) (end - cur))) { in mbedtls_ssl_chk_buf_ptr()
530 mbedtls_ssl_set_chk_buf_ptr_fail_args(cur, end, need); in mbedtls_ssl_chk_buf_ptr()
547 #define MBEDTLS_SSL_CHK_BUF_PTR(cur, end, need) \ argument
549 if (mbedtls_ssl_chk_buf_ptr((cur), (end), (need)) != 0) \
569 #define MBEDTLS_SSL_CHK_BUF_READ_PTR(cur, end, need) \ argument
[all …]
H A Dssl_tls.c59 const uint8_t *cur, const uint8_t *end, size_t need) in mbedtls_ssl_set_chk_buf_ptr_fail_args() argument
63 chk_buf_ptr_fail_args.need = need; in mbedtls_ssl_set_chk_buf_ptr_fail_args()
75 (chk_buf_ptr_fail_args.need != args->need); in mbedtls_ssl_cmp_chk_buf_ptr_fail_args()
/optee_os/lib/libmbedtls/mbedtls/
H A DREADME.md47 You need the following tools to build the library with the provided makefiles:
72 …Depending on your Python installation, you may need to invoke `python` instead of `python3`. To in…
89 …to allow users to more easily move between different platforms. Users who need more features are r…
99 The tests need Python to be built and Perl to be run. If you don't have one of them installed, you …
115 In case you find that you need to do something else as well, please let us know what, so we can add…
129 The test suites need Python to be built and Perl to be executed. If you don't have one of these ins…
163 These variables need to be adjusted when invoking cmake for the first time,
168 If you already invoked cmake and want to change those settings, you need to
179 If you want to change `CC` or `CFLAGS` afterwards, you will need to remove the
230 …the programs. The files in tests are not generated and compiled, as these need Python and perl env…
[all …]
H A DCONTRIBUTING.md3 … community. All PRs are reviewed by the project team / community, and may need some modifications …
27 …R) and work with us until it gets merged and published. Contributions may need some modifications,…
35 …or API, even on the main development branch where new features are added, need to be justifiable b…
37 …existing interface are necessary, functions in the public interface which need to be changed are m…
H A DSECURITY.md84 a user application's threat model, they need to be mitigated by the platform.
93 application's threat model, they need to be mitigated by the platform.
103 model, they need to be mitigated by physical countermeasures.
H A DLICENSE242 To protect your rights, we need to make restrictions that forbid
374 special exception, the source code distributed need not include
H A DChangeLog227 need to enable the handling of TLS 1.3 tickets through the new
401 need these formats can call mbedtls_pk_parse_{public,}key() followed by
636 PSA_WANT_DH_RFC7919_XXXX. You now need to defined the corresponding macro
638 you'll need to define the appropriate MBEDTLS_PSA_ACCEL macros to signal
1190 If you need to communicate with peers that use earlier versions of
1191 Mbed TLS, then you need to define MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT
1194 If you need to interoperate with both classes of peers with the
1791 not to list other shared libraries they need.
2527 "x25519" and "x448". These curves support ECDH but not ECDSA. If you need
2687 eliminates the need for the lines declaring the files to be part of
[all …]
/optee_os/core/arch/arm/dts/
H A Dstm32mp157c-ed1.dts110 /* ANA0, ANA1 are dedicated pins and don't need pinctrl: only in6. */
H A Dat91-sama5d2_xplained.dts451 * In here it's being pulled up, so need to
/optee_os/lib/libutils/isoc/
H A Dbget.doc85 guide you to the BGET functions you're likely to need.
226 the need to ensure that whatever actions it takes do not change things
/optee_os/
H A DMAINTAINERS19 notifications, so they should see your pull requests. If you need to 'ping'
H A DCHANGELOG.md1720 OP-TEE is now maintained by Linaro. Contributors do not need to
/optee_os/core/lib/qcbor/
H A DREADME.md18 use can disabled. No #ifdefs or compiler options need to be set for