Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A 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()
584 label = client_application_traffic; in tls13_change_cipher_state()
585 labellen = sizeof(client_application_traffic) - 1; in tls13_change_cipher_state()
632 if (label == client_application_traffic) { in tls13_change_cipher_state()
675 } else if (label == client_application_traffic) in tls13_change_cipher_state()