Home
last modified time | relevance | path

Searched refs:srtpProtectionProfiles (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go290 srtpProtectionProfiles []uint16 member
345 eqUint16s(m.srtpProtectionProfiles, m1.srtpProtectionProfiles) &&
568 if len(m.srtpProtectionProfiles) > 0 {
573 srtpProtectionProfiles := useSrtpExt.addU16LengthPrefixed()
574 for _, p := range m.srtpProtectionProfiles {
575 srtpProtectionProfiles.addU16(p)
916 m.srtpProtectionProfiles = make([]uint16, 0, len(profiles)/2)
922 m.srtpProtectionProfiles = append(m.srtpProtectionProfiles, v)
1295 srtpProtectionProfiles := extension.addU16LengthPrefixed()
1296 srtpProtectionProfiles.addU16(m.srtpProtectionProfile)
Dhandshake_server.go1418 if hs.clientHello.srtpProtectionProfiles != nil {
1421 for _, p2 := range hs.clientHello.srtpProtectionProfiles {
Dhandshake_client.go125 srtpProtectionProfiles: c.config.SRTPProtectionProfiles,