Searched refs:exportsecret (Results 1 – 1 of 1) sorted by relevance
/openssl/ssl/ |
H A D | tls13_enc.c | 836 unsigned char exportsecret[EVP_MAX_MD_SIZE]; in tls13_export_keying_material() local 858 data, datalen, exportsecret, hashsize, 0) in tls13_export_keying_material() 859 || !tls13_hkdf_expand(s, md, exportsecret, exporterlabel, in tls13_export_keying_material() 878 unsigned char exportsecret[EVP_MAX_MD_SIZE]; in tls13_export_keying_material_early() local 920 data, datalen, exportsecret, hashsize, 0) in tls13_export_keying_material_early() 921 || !tls13_hkdf_expand(s, md, exportsecret, exporterlabel, in tls13_export_keying_material_early()
|
Completed in 6 milliseconds