Home
last modified time | relevance | path

Searched refs:client_application_traffic (Results 1 – 1 of 1) sorted by relevance

/third_party/openssl/ssl/
Dtls13_enc.c408 …static const unsigned char client_application_traffic[] = {0x63, 0x20, 0x61, 0x70, 0x20, /*traffic… in tls13_change_cipher_state() local
417 static const unsigned char client_application_traffic[] = "c ap traffic"; in tls13_change_cipher_state()
583 label = client_application_traffic; in tls13_change_cipher_state()
584 labellen = sizeof(client_application_traffic) - 1; in tls13_change_cipher_state()
631 if (label == client_application_traffic) { in tls13_change_cipher_state()
674 } else if (label == client_application_traffic) in tls13_change_cipher_state()