Home
last modified time | relevance | path

Searched refs:early (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/
H A Dsub.mk25 early-ta-compress = --compress
28 early-ta-$1-uuid := $(firstword $(subst ., ,$(notdir $1)))
29 gensrcs-y += early-ta-$1
30 produce-early-ta-$1 = early_ta_$$(early-ta-$1-uuid).c
31 depends-early-ta-$1 = $1 scripts/ts_bin_to_c.py
32 recipe-early-ta-$1 = $(PYTHON3) scripts/ts_bin_to_c.py $(early-ta-compress) \
33 --ta $1 --out $(sub-dir-out)/early_ta_$$(early-ta-$1-uuid).c
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_tls13_keys.c1176 hash_alg, handshake->tls13_master_secrets.early, in ssl_tls13_generate_early_key()
1302 handshake->tls13_master_secrets.early); in mbedtls_ssl_tls13_key_schedule_stage_early()
1313 handshake->tls13_master_secrets.early, in mbedtls_ssl_tls13_key_schedule_stage_early()
1536 hash_alg, handshake->tls13_master_secrets.early, in ssl_tls13_key_schedule_stage_handshake()
H A Dssl_misc.h1010 unsigned char early[MBEDTLS_TLS1_3_MD_MAX_SIZE]; member
/optee_os/lib/libmbedtls/mbedtls/
H A DCONTRIBUTING.md72 …s/git-scripts) prior to pushing your changes, for catching some of the issues as early as possible.
H A DChangeLog519 * Mbed TLS now supports the writing and reading of TLS 1.3 early data (see
520 docs/tls13-early-data.md). The support enablement is controlled at build
/optee_os/
H A DCHANGELOG.md859 * Secure storage: fix potential memory leak after early return ([#1961])