Searched refs:application_traffic (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/ssl/ |
H A D | tls13_enc.c | 760 …static const unsigned char application_traffic[] = { 0x74, 0x72 ,0x61 ,0x66 ,0x66 ,0x69 ,0x63 ,0x2… in tls13_update_key() local 762 static const unsigned char application_traffic[] = "traffic upd"; in tls13_update_key() 797 application_traffic, in tls13_update_key() 798 sizeof(application_traffic) - 1, secret, key, in tls13_update_key()
|