Searched refs:early_exporter_master_secret (Results 1 – 3 of 3) sorted by relevance
465 …static const unsigned char early_exporter_master_secret[] = "\x65\x20\x65\x78\x70\x20\x6D\x61\x73\… in tls13_change_cipher_state() local569 early_exporter_master_secret, in tls13_change_cipher_state()570 sizeof(early_exporter_master_secret) - 1, in tls13_change_cipher_state()572 s->early_exporter_master_secret, hashlen, in tls13_change_cipher_state()579 s->early_exporter_master_secret, hashlen)) { in tls13_change_cipher_state()918 || !tls13_hkdf_expand(s, md, s->early_exporter_master_secret, in tls13_export_keying_material_early()
1473 unsigned char early_exporter_master_secret[EVP_MAX_MD_SIZE]; member
35 keying material using the F<early_exporter_master_secret> (as defined in the36 TLS 1.3 RFC). For the client, the F<early_exporter_master_secret> is only
Completed in 22 milliseconds