Searched refs:application_traffic (Results 1 – 1 of 1) sorted by relevance
/third_party/openssl/ssl/ |
D | tls13_enc.c | 749 …static const unsigned char application_traffic[] = { 0x74, 0x72 ,0x61 ,0x66 ,0x66 ,0x69 ,0x63 ,0x2… 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()
|