Home
last modified time | relevance | path

Searched refs:server_application_traffic (Results 1 - 2 of 2) sorted by relevance

/third_party/openssl/ssl/
H A Dtls13_enc.c410 static const unsigned char server_application_traffic[] = {0x73, 0x20, 0x61, 0x70, 0x20, /*traffic*/0x74, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x00}; in tls13_change_cipher_state() local
419 static const unsigned char server_application_traffic[] = "s ap traffic"; in tls13_change_cipher_state()
605 label = server_application_traffic; in tls13_change_cipher_state()
606 labellen = sizeof(server_application_traffic) - 1; in tls13_change_cipher_state()
625 if (label == server_application_traffic) in tls13_change_cipher_state()
657 if (label == server_application_traffic) { in tls13_change_cipher_state()
/third_party/node/deps/openssl/openssl/ssl/
H A Dtls13_enc.c408 static const unsigned char server_application_traffic[] = {0x73, 0x20, 0x61, 0x70, 0x20, /*traffic*/0x74, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x00}; variable
417 static const unsigned char server_application_traffic[] = "s ap traffic"; variable
560 server_application_traffic, in quic_change_cipher_state()
561 sizeof(server_application_traffic)-1, in quic_change_cipher_state()
814 label = server_application_traffic; in tls13_change_cipher_state()
815 labellen = sizeof(server_application_traffic) - 1; in tls13_change_cipher_state()
834 if (label == server_application_traffic) in tls13_change_cipher_state()
866 if (label == server_application_traffic) { in tls13_change_cipher_state()

Completed in 3 milliseconds