Go to the source code of this file.
|
STATUS | initSrtpSession (PBYTE receiveKey, PBYTE transmitKey, KVS_SRTP_PROFILE profile, PSrtpSession *ppSrtpSession) |
|
STATUS | decryptSrtpPacket (PSrtpSession pSrtpSession, PVOID encryptedMessage, PINT32 len) |
|
STATUS | decryptSrtcpPacket (PSrtpSession pSrtpSession, PVOID encryptedMessage, PINT32 len) |
|
STATUS | encryptRtpPacket (PSrtpSession pSrtpSession, PVOID message, PINT32 len) |
|
STATUS | encryptRtcpPacket (PSrtpSession pSrtpSession, PVOID message, PINT32 len) |
|
STATUS | freeSrtpSession (PSrtpSession *ppSrtpSession) |
|
◆ PSrtpSession
◆ SrtpSession
◆ decryptSrtcpPacket()
STATUS decryptSrtcpPacket |
( |
PSrtpSession |
pSrtpSession, |
|
|
PVOID |
encryptedMessage, |
|
|
PINT32 |
len |
|
) |
| |
◆ decryptSrtpPacket()
STATUS decryptSrtpPacket |
( |
PSrtpSession |
pSrtpSession, |
|
|
PVOID |
encryptedMessage, |
|
|
PINT32 |
len |
|
) |
| |
◆ encryptRtcpPacket()
STATUS encryptRtcpPacket |
( |
PSrtpSession |
pSrtpSession, |
|
|
PVOID |
message, |
|
|
PINT32 |
len |
|
) |
| |
◆ encryptRtpPacket()
STATUS encryptRtpPacket |
( |
PSrtpSession |
pSrtpSession, |
|
|
PVOID |
message, |
|
|
PINT32 |
len |
|
) |
| |
◆ freeSrtpSession()
◆ initSrtpSession()
STATUS initSrtpSession |
( |
PBYTE |
receiveKey, |
|
|
PBYTE |
transmitKey, |
|
|
KVS_SRTP_PROFILE |
profile, |
|
|
PSrtpSession * |
ppSrtpSession |
|
) |
| |