Searched refs:srtpProtectionProfiles (Results 1 – 3 of 3) sorted by relevance
290 srtpProtectionProfiles []uint16 member345 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)
1418 if hs.clientHello.srtpProtectionProfiles != nil {1421 for _, p2 := range hs.clientHello.srtpProtectionProfiles {
125 srtpProtectionProfiles: c.config.SRTPProtectionProfiles,