Searched refs:finishedlabel (Results 1 - 2 of 2) sorted by relevance
/third_party/openssl/ssl/ |
H A D | tls13_enc.c | 145 static const unsigned char finishedlabel[] = { 0x66, 0x69, 0x6E, 0x69, 0x73, 0x68, 0x65, 0x64, 0x00 }; in tls13_derive_finishedkey() local 147 static const unsigned char finishedlabel[] = "finished"; in tls13_derive_finishedkey() 150 return tls13_hkdf_expand(s, md, secret, finishedlabel, in tls13_derive_finishedkey() 151 sizeof(finishedlabel) - 1, NULL, 0, fin, finlen, 1); in tls13_derive_finishedkey()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | tls13_enc.c | 145 static const unsigned char finishedlabel[] = { 0x66, 0x69, 0x6E, 0x69, 0x73, 0x68, 0x65, 0x64, 0x00 }; in tls13_derive_finishedkey() local 147 static const unsigned char finishedlabel[] = "finished"; in tls13_derive_finishedkey() 150 return tls13_hkdf_expand(s, md, secret, finishedlabel, in tls13_derive_finishedkey() 151 sizeof(finishedlabel) - 1, NULL, 0, fin, finlen, 1); in tls13_derive_finishedkey()
|
Completed in 4 milliseconds