Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Drunner.go514 expectedSRTPProtectionProfile uint16 member
847 if p := connState.SRTPProtectionProfile; p != test.expectedSRTPProtectionProfile {
848 …eturn fmt.Errorf("SRTP profile mismatch: got %d, wanted %d", p, test.expectedSRTPProtectionProfile)
7249 expectedSRTPProtectionProfile: SRTP_AES128_CM_HMAC_SHA1_80,
7263 expectedSRTPProtectionProfile: SRTP_AES128_CM_HMAC_SHA1_80,
7281 expectedSRTPProtectionProfile: SRTP_AES128_CM_HMAC_SHA1_80,
7297 expectedSRTPProtectionProfile: 0,