Searched refs:exporterlabel (Results 1 – 1 of 1) sorted by relevance
/third_party/openssl/ssl/ |
D | tls13_enc.c | 787 …static const unsigned char exporterlabel[] = {0x65, 0x78, 0x70, 0x6F, 0x72, 0x74, 0x65, 0x72, 0x00… in tls13_export_keying_material() local 789 static const unsigned char exporterlabel[] = "exporter"; in tls13_export_keying_material() local 811 || !tls13_hkdf_expand(s, md, exportsecret, exporterlabel, in tls13_export_keying_material() 812 sizeof(exporterlabel) - 1, hash, hashsize, in tls13_export_keying_material() 828 …static const unsigned char exporterlabel[] = {0x65, 0x78, 0x70, 0x6F, 0x72, 0x74, 0x65, 0x72, 0x00… in tls13_export_keying_material_early() local 830 static const unsigned char exporterlabel[] = "exporter"; in tls13_export_keying_material_early() 874 || !tls13_hkdf_expand(s, md, exportsecret, exporterlabel, in tls13_export_keying_material_early() 875 sizeof(exporterlabel) - 1, hash, hashsize, in tls13_export_keying_material_early()
|