Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go631 srtpProtectionProfile uint16 member
659 m.srtpProtectionProfile == m1.srtpProtectionProfile &&
708 if m.srtpProtectionProfile != 0 {
817 if m.srtpProtectionProfile != 0 {
825 z[6] = byte(m.srtpProtectionProfile >> 8)
826 z[7] = byte(m.srtpProtectionProfile & 0xff)
960 m.srtpProtectionProfile = uint16(data[2])<<8 | uint16(data[3])
Dhandshake_client.go707 if hs.serverHello.srtpProtectionProfile != 0 {
714 if p == hs.serverHello.srtpProtectionProfile {
723 c.srtpProtectionProfile = hs.serverHello.srtpProtectionProfile
Dhandshake_server.go326 hs.hello.srtpProtectionProfile = p1
327 c.srtpProtectionProfile = p1
335 hs.hello.srtpProtectionProfile = c.config.Bugs.SendSRTPProtectionProfile
Dconn.go65 srtpProtectionProfile uint16 member
1305 state.SRTPProtectionProfile = c.srtpProtectionProfile