Searched refs:application_traffic (Results 1 - 2 of 2) sorted by relevance
/third_party/openssl/ssl/ |
H A D | tls13_enc.c | 749 static const unsigned char application_traffic[] = { 0x74, 0x72 ,0x61 ,0x66 ,0x66 ,0x69 ,0x63 ,0x20 ,0x75 ,0x70 ,0x64, 0x00}; in tls13_update_key() local 751 static const unsigned char application_traffic[] = "traffic upd"; in tls13_update_key() 786 application_traffic, in tls13_update_key() 787 sizeof(application_traffic) - 1, secret, key, in tls13_update_key()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | tls13_enc.c | 959 static const unsigned char application_traffic[] = { 0x74, 0x72 ,0x61 ,0x66 ,0x66 ,0x69 ,0x63 ,0x20 ,0x75 ,0x70 ,0x64, 0x00}; in tls13_update_key() local 961 static const unsigned char application_traffic[] = "traffic upd"; in tls13_update_key() 996 application_traffic, in tls13_update_key() 997 sizeof(application_traffic) - 1, secret, key, in tls13_update_key()
|
Completed in 4 milliseconds