Searched refs:server_application_traffic (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | tls13_enc.c | 445 …static const unsigned char server_application_traffic[] = {0x73, 0x20, 0x61, 0x70, 0x20, /*traffic… in tls13_change_cipher_state() local 454 static const unsigned char server_application_traffic[] = "s ap traffic"; in tls13_change_cipher_state() 634 label = server_application_traffic; in tls13_change_cipher_state() 635 labellen = sizeof(server_application_traffic) - 1; in tls13_change_cipher_state() 654 if (label == server_application_traffic) in tls13_change_cipher_state() 682 if (label == server_application_traffic) { in tls13_change_cipher_state()
|
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/ |
H A D | tls13_enc.c | 410 …static const unsigned char server_application_traffic[] = {0x73, 0x20, 0x61, 0x70, 0x20, /*traffic… 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()
|