Home
last modified time | relevance | path

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

/optee_os/mk/
H A Dlib.mk37 lib-needed-so-files := $(foreach l,$(libl),$(lib-shlibfile-$(l)-$(sm)))
67 $(lib-shlibfile): $(objs) $(lib-needed-so-files)
102 lib-needed-so-files :=
/optee_os/lib/libmbedtls/mbedtls/
H A DCONTRIBUTING.md12 - [Changelog](#documentation): if needed, please provide a changelog entry.
13 - [Backports](#long-term-support-branches): provide a backport if needed (it's fine to wait until t…
66 Sample applications, if needed, should be modified as well.
76 Mbed TLS is well documented, but if you think documentation is needed, speak out!
80 1. If needed, a Readme file is advised.
H A DREADME.md51 * Python 3.8 to generate the test code. Python is also needed to integrate PSA drivers and to build…
59 …ed-TLS/mbedtls-framework)). This is not needed to merely compile the library at a release tag. Thi…
230 The solution file `mbedTLS.sln` contains all the basic projects needed to build the library and all…
H A DChangeLog204 and MBEDTLS_MPI_MAX_SIZE is smaller than needed for a 4096-bit RSA key.
690 function, needed for TLS 1.3 ticket lifetimes. Alternative implementations
2025 If needed, SHA-1 certificates can still be verified by using a custom
2413 the PSA code needed by a PSA crypto client when the PSA crypto
3092 stdarg.h where needed. Fixes #2656.
3142 stdarg.h where needed. Fixes #2656.
4060 contexts from keys consisting of N,D,E only, even if P,Q are needed for the
4270 option if needed.
5018 "minimize" others (eg use stddef.h if only size_t is needed).
6076 enable and disable individual modes when needed
/optee_os/ta/
H A Dlink_shlib.mk26 shlink-ldflags += --as-needed # Do not add dependency on unused shlib
H A Dlink.mk38 link-ldflags += --as-needed # Do not add dependency on unused shlib
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_tls13_generic.c1328 const size_t needed = in_new_session_ticket ? 8 : 4; in mbedtls_ssl_tls13_write_early_data_ext() local
1330 const size_t needed = 4; in mbedtls_ssl_tls13_write_early_data_ext() local
1336 MBEDTLS_SSL_CHK_BUF_PTR(p, end, needed); in mbedtls_ssl_tls13_write_early_data_ext()
1339 MBEDTLS_PUT_UINT16_BE(needed - 4, p, 2); in mbedtls_ssl_tls13_write_early_data_ext()
1350 *out_len = needed; in mbedtls_ssl_tls13_write_early_data_ext()
H A Dssl_tls.c3836 size_t needed = 4 /* ticket_age_add */ in ssl_tls13_session_save() local
3845 needed += session->resumption_key_len; /* resumption_key */ in ssl_tls13_session_save()
3848 needed += 4; /* max_early_data_size */ in ssl_tls13_session_save()
3851 needed += 2; /* record_size_limit */ in ssl_tls13_session_save()
3855 needed += 8; /* ticket_creation_time or ticket_reception_time */ in ssl_tls13_session_save()
3861 needed += 2 /* alpn_len */ in ssl_tls13_session_save()
3870 needed += 2 /* hostname_len */ in ssl_tls13_session_save()
3874 needed += 4 /* ticket_lifetime */ in ssl_tls13_session_save()
3878 if (session->ticket_len > SIZE_MAX - needed) { in ssl_tls13_session_save()
3882 needed += session->ticket_len; /* ticket */ in ssl_tls13_session_save()
[all …]
/optee_os/core/lib/libfdt/
H A DREADME.license42 to anticipate all possible changes which might be needed to meld
/optee_os/core/lib/qcbor/
H A DREADME.md30 **Small simple memory model** – Malloc is not needed. The encode
81 implementation as an error check is only needed at the end of the
136 decode function. In many cases the error check is only needed as the
281 If full floating-point is not needed, the following #defines can be
/optee_os/lib/libutils/isoc/
H A Dbget.doc10 the time needed to allocate and release buffers and in the memory
/optee_os/
H A DCHANGELOG.md1222 needed