Searched refs:SRTPProtectionProfiles (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/ssl/test/runner/ |
D | common.go | 486 SRTPProtectionProfiles []uint16 member
|
D | handshake_client.go | 125 srtpProtectionProfiles: c.config.SRTPProtectionProfiles, 1636 for _, p := range c.config.SRTPProtectionProfiles {
|
D | handshake_server.go | 1420 for _, p1 := range c.config.SRTPProtectionProfiles {
|
D | runner.go | 7243 SRTPProtectionProfiles: []uint16{40, SRTP_AES128_CM_HMAC_SHA1_80, 42}, 7257 SRTPProtectionProfiles: []uint16{40, SRTP_AES128_CM_HMAC_SHA1_80, 42}, 7272 SRTPProtectionProfiles: []uint16{SRTP_AES128_CM_HMAC_SHA1_80}, 7291 SRTPProtectionProfiles: []uint16{100, 101, 102},
|