5 #ifndef __KINESIS_VIDEO_WEBRTC_CLIENT_SRTP__
6 #define __KINESIS_VIDEO_WEBRTC_CLIENT_SRTP__
SrtpSession * PSrtpSession
Definition: SrtpSession.h:21
STATUS freeSrtpSession(PSrtpSession *ppSrtpSession)
Definition: SrtpSession.c:67
STATUS encryptRtpPacket(PSrtpSession pSrtpSession, PVOID message, PINT32 len)
Definition: SrtpSession.c:125
STATUS encryptRtcpPacket(PSrtpSession pSrtpSession, PVOID message, PINT32 len)
Definition: SrtpSession.c:141
STATUS initSrtpSession(PBYTE receiveKey, PBYTE transmitKey, KVS_SRTP_PROFILE profile, PSrtpSession *ppSrtpSession)
Definition: SrtpSession.c:4
STATUS decryptSrtpPacket(PSrtpSession pSrtpSession, PVOID encryptedMessage, PINT32 len)
Definition: SrtpSession.c:96
STATUS decryptSrtcpPacket(PSrtpSession pSrtpSession, PVOID encryptedMessage, PINT32 len)
Definition: SrtpSession.c:110
Definition: SrtpSession.h:15
srtp_t srtp_transmit_session
Definition: SrtpSession.h:17
srtp_t srtp_receive_session
Definition: SrtpSession.h:19