Searched refs:client_early_traffic (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | tls13_enc.c | 404 static const unsigned char client_early_traffic[] = {0x63, 0x20, 0x65, 0x20, /*traffic*/0x74, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x00}; variable 413 static const unsigned char client_early_traffic[] = "c e traffic"; variable 584 if (!tls13_hkdf_expand(s, md, s->early_secret, client_early_traffic, in quic_change_cipher_state() 585 sizeof(client_early_traffic)-1, hash, in quic_change_cipher_state() 694 label = client_early_traffic; in tls13_change_cipher_state() 695 labellen = sizeof(client_early_traffic) - 1; in tls13_change_cipher_state() 898 if (!s->server && label == client_early_traffic) in tls13_change_cipher_state()
|
/third_party/openssl/ssl/ |
H A D | tls13_enc.c | 406 static const unsigned char client_early_traffic[] = {0x63, 0x20, 0x65, 0x20, /*traffic*/0x74, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x00}; in tls13_change_cipher_state() local 415 static const unsigned char client_early_traffic[] = "c e traffic"; in tls13_change_cipher_state() 485 label = client_early_traffic; in tls13_change_cipher_state() 486 labellen = sizeof(client_early_traffic) - 1; in tls13_change_cipher_state() 689 if (!s->server && label == client_early_traffic) in tls13_change_cipher_state()
|
Completed in 4 milliseconds