Searched refs:exporterlabel (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/ssl/ |
H A D | tls13_enc.c | 837 …static const unsigned char exporterlabel[] = {0x65, 0x78, 0x70, 0x6F, 0x72, 0x74, 0x65, 0x72, 0x00… in tls13_export_keying_material() local 839 static const unsigned char exporterlabel[] = "exporter"; in tls13_export_keying_material() local 861 || !tls13_hkdf_expand(s, md, exportsecret, exporterlabel, in tls13_export_keying_material() 862 sizeof(exporterlabel) - 1, hash, hashsize, in tls13_export_keying_material() 878 …static const unsigned char exporterlabel[] = {0x65, 0x78, 0x70, 0x6F, 0x72, 0x74, 0x65, 0x72, 0x00… in tls13_export_keying_material_early() local 880 static const unsigned char exporterlabel[] = "exporter"; in tls13_export_keying_material_early() 925 || !tls13_hkdf_expand(s, md, exportsecret, exporterlabel, in tls13_export_keying_material_early() 926 sizeof(exporterlabel) - 1, hash, hashsize, in tls13_export_keying_material_early()
|