Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dwebrtcsession.cc1974 std::string crypto_error; in ValidateSessionDescription() local
1977 !VerifyCrypto(sdesc->description(), dtls_enabled_, &crypto_error)) { in ValidateSessionDescription()
1978 return BadSdp(source, type, crypto_error, err_desc); in ValidateSessionDescription()