Searched refs:exporterlabel (Results 1 – 1 of 1) sorted by relevance
/openssl-master/ssl/ |
A D | tls13_enc.c | 808 …static const unsigned char exporterlabel[] = {0x65, 0x78, 0x70, 0x6F, 0x72, 0x74, 0x65, 0x72, 0x00… in tls13_export_keying_material() local 810 static const unsigned char exporterlabel[] = "exporter"; in tls13_export_keying_material() local 832 || !tls13_hkdf_expand(s, md, exportsecret, exporterlabel, in tls13_export_keying_material() 833 sizeof(exporterlabel) - 1, hash, hashsize, in tls13_export_keying_material() 849 …static const unsigned char exporterlabel[] = {0x65, 0x78, 0x70, 0x6F, 0x72, 0x74, 0x65, 0x72, 0x00… in tls13_export_keying_material_early() local 851 static const unsigned char exporterlabel[] = "exporter"; in tls13_export_keying_material_early() 895 || !tls13_hkdf_expand(s, md, exportsecret, exporterlabel, in tls13_export_keying_material_early() 896 sizeof(exporterlabel) - 1, hash, hashsize, in tls13_export_keying_material_early()
|
Completed in 3 milliseconds