Searched refs:SRTPProtectionProfiles (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/ssl/test/runner/ |
D | handshake_client.go | 75 srtpProtectionProfiles: c.config.SRTPProtectionProfiles, 733 for _, p := range c.config.SRTPProtectionProfiles {
|
D | common.go | 378 SRTPProtectionProfiles []uint16 member
|
D | runner.go | 3543 SRTPProtectionProfiles: []uint16{40, SRTP_AES128_CM_HMAC_SHA1_80, 42}, 3556 SRTPProtectionProfiles: []uint16{40, SRTP_AES128_CM_HMAC_SHA1_80, 42}, 3570 SRTPProtectionProfiles: []uint16{SRTP_AES128_CM_HMAC_SHA1_80}, 3588 SRTPProtectionProfiles: []uint16{100, 101, 102},
|
D | handshake_server.go | 341 for _, p1 := range c.config.SRTPProtectionProfiles {
|