Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/webrtc/include/webrtc/
DDTLS.h56 size_t unprotect(void *data, size_t size, bool isRTP);
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DDTLS.cpp421 size_t DTLS::unprotect(void *data, size_t size, bool isRTP) { in unprotect() function in DTLS
DRTPSocketHandler.cpp703 auto outSize = mDTLS->unprotect(data, size, false /* isRTP */); in onSRTPReceive()