Searched refs:SRTPProtectionProfiles (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/ssl/test/runner/ |
D | common.go | 372 SRTPProtectionProfiles []uint16 member
|
D | handshake_client.go | 74 srtpProtectionProfiles: c.config.SRTPProtectionProfiles, 713 for _, p := range c.config.SRTPProtectionProfiles {
|
D | runner.go | 2755 SRTPProtectionProfiles: []uint16{40, SRTP_AES128_CM_HMAC_SHA1_80, 42}, 2768 SRTPProtectionProfiles: []uint16{40, SRTP_AES128_CM_HMAC_SHA1_80, 42}, 2782 SRTPProtectionProfiles: []uint16{SRTP_AES128_CM_HMAC_SHA1_80}, 2800 SRTPProtectionProfiles: []uint16{100, 101, 102},
|
D | handshake_server.go | 323 for _, p1 := range c.config.SRTPProtectionProfiles {
|