Home
last modified time | relevance | path

Searched refs:SRTPProtectionProfiles (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dhandshake_client.go75 srtpProtectionProfiles: c.config.SRTPProtectionProfiles,
733 for _, p := range c.config.SRTPProtectionProfiles {
Dcommon.go378 SRTPProtectionProfiles []uint16 member
Drunner.go3543 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},
Dhandshake_server.go341 for _, p1 := range c.config.SRTPProtectionProfiles {