Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/
A DREADME.md45 You need the following tools to build the library with the provided makefiles:
56 …to allow users to more easily move between different platforms. Users who need more features are r…
66 The tests need Python to be built and Perl to be run. If you don't have one of them installed, you …
82 In case you find that you need to do something else as well, please let us know what, so we can add…
96 The test suites need Python to be built and Perl to be executed. If you don't have one of these ins…
130 These variables need to be adjusted when invoking cmake for the first time,
135 If you already invoked cmake and want to change those settings, you need to
146 If you want to change `CC` or `CFLAGS` afterwards, you will need to remove the
170 …the programs. The files in tests are not generated and compiled, as these need Python and perl env…
176 …rams is to demonstrate specific features of the library, and the code may need to be adapted to bu…
[all …]
A DCONTRIBUTING.md3 …orts and contributions from the community. There are some requirements we need to fulfill in order…
5 … contributions will be reviewed by the project team and community and may need some modifications …
20 …R) and work with us until it gets merged and published. Contributions may need some modifications,…
30 …or API, even on the main development branch where new features are added, need to be justifiable b…
32 Where changes to an existing interface are necessary, functions in the public interface which need
A DChangeLog423 "x25519" and "x448". These curves support ECDH but not ECDSA. If you need
583 eliminates the need for the lines declaring the files to be part of
833 Heartbleed) we need to zeroize them before exiting the function.
1792 not need to copy the declarations, and ensures that they will have the
2350 may need time but not the standard C library abstraction, and added
2443 the need to pass -fomit-frame-pointer to avoid a build error with -O0.
2662 You now need to link to all of them if you use TLS for example.
2680 Note that for mbedtls_ssl_setup(), you need to be done setting up the
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dssl_internal.h332 const uint8_t *end, size_t need ) in mbedtls_ssl_chk_buf_ptr() argument
334 return( ( cur > end ) || ( need > (size_t)( end - cur ) ) ); in mbedtls_ssl_chk_buf_ptr()
347 #define MBEDTLS_SSL_CHK_BUF_PTR( cur, end, need ) \ argument
349 if( mbedtls_ssl_chk_buf_ptr( ( cur ), ( end ), ( need ) ) != 0 ) \
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dssl_internal.h332 const uint8_t *end, size_t need ) in mbedtls_ssl_chk_buf_ptr() argument
334 return( ( cur > end ) || ( need > (size_t)( end - cur ) ) ); in mbedtls_ssl_chk_buf_ptr()
347 #define MBEDTLS_SSL_CHK_BUF_PTR( cur, end, need ) \ argument
349 if( mbedtls_ssl_chk_buf_ptr( ( cur ), ( end ), ( need ) ) != 0 ) \
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dssl_internal.h332 const uint8_t *end, size_t need ) in mbedtls_ssl_chk_buf_ptr() argument
334 return( ( cur > end ) || ( need > (size_t)( end - cur ) ) ); in mbedtls_ssl_chk_buf_ptr()
347 #define MBEDTLS_SSL_CHK_BUF_PTR( cur, end, need ) \ argument
349 if( mbedtls_ssl_chk_buf_ptr( ( cur ), ( end ), ( need ) ) != 0 ) \
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dssl_internal.h332 const uint8_t *end, size_t need ) in mbedtls_ssl_chk_buf_ptr() argument
334 return( ( cur > end ) || ( need > (size_t)( end - cur ) ) ); in mbedtls_ssl_chk_buf_ptr()
347 #define MBEDTLS_SSL_CHK_BUF_PTR( cur, end, need ) \ argument
349 if( mbedtls_ssl_chk_buf_ptr( ( cur ), ( end ), ( need ) ) != 0 ) \
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dssl_internal.h332 const uint8_t *end, size_t need ) in mbedtls_ssl_chk_buf_ptr() argument
334 return( ( cur > end ) || ( need > (size_t)( end - cur ) ) ); in mbedtls_ssl_chk_buf_ptr()
347 #define MBEDTLS_SSL_CHK_BUF_PTR( cur, end, need ) \ argument
349 if( mbedtls_ssl_chk_buf_ptr( ( cur ), ( end ), ( need ) ) != 0 ) \
/optee_os/core/arch/arm/dts/
A Dstm32mp157c-ed1.dts95 /* ANA0, ANA1 are dedicated pins and don't need pinctrl: only in6. */
A Dat91-sama5d2_xplained.dts455 * In here it's being pulled up, so need to
/optee_os/lib/libutils/isoc/
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/
A DMAINTAINERS19 notifications, so they should see your pull requests. If you need to 'ping'
A DCHANGELOG.md1269 OP-TEE is now maintained by Linaro. Contributors do not need to

Completed in 32 milliseconds