Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Drunner.go153 expectedSRTPProtectionProfile uint16 member
1234 if p := connState.SRTPProtectionProfile; p != test.expectedSRTPProtectionProfile {
1235 …eturn fmt.Errorf("SRTP profile mismatch: got %d, wanted %d", p, test.expectedSRTPProtectionProfile)
2761 expectedSRTPProtectionProfile: SRTP_AES128_CM_HMAC_SHA1_80,
2774 expectedSRTPProtectionProfile: SRTP_AES128_CM_HMAC_SHA1_80,
2791 expectedSRTPProtectionProfile: SRTP_AES128_CM_HMAC_SHA1_80,
2806 expectedSRTPProtectionProfile: 0,