Home
last modified time | relevance | path

Searched refs:exporterlabel (Results 1 - 2 of 2) sorted by relevance

/third_party/openssl/ssl/
H A Dtls13_enc.c826 static const unsigned char exporterlabel[] = {0x65, 0x78, 0x70, 0x6F, 0x72, 0x74, 0x65, 0x72, 0x00}; in tls13_export_keying_material() local
828 static const unsigned char exporterlabel[] = "exporter"; in tls13_export_keying_material() local
850 || !tls13_hkdf_expand(s, md, exportsecret, exporterlabel, in tls13_export_keying_material()
851 sizeof(exporterlabel) - 1, hash, hashsize, in tls13_export_keying_material()
867 static const unsigned char exporterlabel[] = {0x65, 0x78, 0x70, 0x6F, 0x72, 0x74, 0x65, 0x72, 0x00}; in tls13_export_keying_material_early() local
869 static const unsigned char exporterlabel[] = "exporter"; in tls13_export_keying_material_early()
914 || !tls13_hkdf_expand(s, md, exportsecret, exporterlabel, in tls13_export_keying_material_early()
915 sizeof(exporterlabel) - 1, hash, hashsize, in tls13_export_keying_material_early()
/third_party/node/deps/openssl/openssl/ssl/
H A Dtls13_enc.c1036 static const unsigned char exporterlabel[] = {0x65, 0x78, 0x70, 0x6F, 0x72, 0x74, 0x65, 0x72, 0x00}; in tls13_export_keying_material() local
1038 static const unsigned char exporterlabel[] = "exporter"; in tls13_export_keying_material() local
1060 || !tls13_hkdf_expand(s, md, exportsecret, exporterlabel, in tls13_export_keying_material()
1061 sizeof(exporterlabel) - 1, hash, hashsize, in tls13_export_keying_material()
1077 static const unsigned char exporterlabel[] = {0x65, 0x78, 0x70, 0x6F, 0x72, 0x74, 0x65, 0x72, 0x00}; in tls13_export_keying_material_early() local
1079 static const unsigned char exporterlabel[] = "exporter"; in tls13_export_keying_material_early()
1124 || !tls13_hkdf_expand(s, md, exportsecret, exporterlabel, in tls13_export_keying_material_early()
1125 sizeof(exporterlabel) - 1, hash, hashsize, in tls13_export_keying_material_early()

Completed in 3 milliseconds