Home
last modified time | relevance | path

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

/external/webrtc/pc/
Ddtls_srtp_transport.h51 RTCError SetSrtpSendKey(const cricket::CryptoParams& params) override { in SetSrtpSendKey() function
Dsrtp_transport.h44 virtual RTCError SetSrtpSendKey(const cricket::CryptoParams& params);
Dsrtp_transport.cc40 RTCError SrtpTransport::SetSrtpSendKey(const cricket::CryptoParams& params) { in SetSrtpSendKey() function in webrtc::SrtpTransport