Home
last modified time | relevance | path

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

/third_party/openssl/ssl/
Dtls13_enc.c440 …static const unsigned char client_early_traffic[] = {0x63, 0x20, 0x65, 0x20, /*traffic… in tls13_change_cipher_state() local
449 static const unsigned char client_early_traffic[] = "c e traffic"; in tls13_change_cipher_state()
516 label = client_early_traffic; in tls13_change_cipher_state()
517 labellen = sizeof(client_early_traffic) - 1; in tls13_change_cipher_state()
713 if (!s->server && label == client_early_traffic) in tls13_change_cipher_state()