Lines Matching full:master
26 MBEDTLS_SSL_TLS1_3_LABEL(e_exp_master, "e exp master") \
27 MBEDTLS_SSL_TLS1_3_LABEL(res_master, "res master") \
28 MBEDTLS_SSL_TLS1_3_LABEL(exp_master, "exp master") \
217 * +-----> Derive-Secret(., "e exp master", ClientHello)
301 * \brief Derive TLS 1.3 application key material from the master secret.
307 * Master Secret
317 * +-----> Derive-Secret( ., "exp master",
329 * \param master_secret The master secret from which the application key
352 * \brief Derive TLS 1.3 resumption master secret from the master secret.
359 * \param application_secret The application secret from which the resumption master
370 * store the resumption master secret.
388 * other encrypted handshake messages, and the master
407 * 0 -> HKDF-Extract = Master Secret
545 * \brief Compute TLS 1.3 resumption master secret.
595 * \warning The function does not compute the early master secret. Call
597 * call this function to generate the early master secret.
653 * \param[in] secret The secret to use. (Should be the exporter master secret.)