Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DDTLS.cpp375 CreateSRTPSession(&mSRTPInbound, receiveKey, ssrc_any_inbound); in getKeyingMaterial()
376 CreateSRTPSession(&mSRTPOutbound, sendKey, ssrc_any_outbound); in getKeyingMaterial()
378 CreateSRTPSession(&mSRTPInbound, sendKey, ssrc_any_inbound); in getKeyingMaterial()
379 CreateSRTPSession(&mSRTPOutbound, receiveKey, ssrc_any_outbound); in getKeyingMaterial()
384 void DTLS::CreateSRTPSession( in CreateSRTPSession() function in DTLS
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/include/webrtc/
DDTLS.h94 static void CreateSRTPSession(