#include "../Include_i.h"
Macros | |
#define | LOG_CLASS "SRTP" |
Functions | |
STATUS | initSrtpSession (PBYTE receiveKey, PBYTE transmitKey, KVS_SRTP_PROFILE profile, PSrtpSession *ppSrtpSession) |
STATUS | freeSrtpSession (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) |
#define LOG_CLASS "SRTP" |
STATUS decryptSrtcpPacket | ( | PSrtpSession | pSrtpSession, |
PVOID | encryptedMessage, | ||
PINT32 | len | ||
) |
STATUS decryptSrtpPacket | ( | PSrtpSession | pSrtpSession, |
PVOID | encryptedMessage, | ||
PINT32 | len | ||
) |
STATUS encryptRtcpPacket | ( | PSrtpSession | pSrtpSession, |
PVOID | message, | ||
PINT32 | len | ||
) |
STATUS encryptRtpPacket | ( | PSrtpSession | pSrtpSession, |
PVOID | message, | ||
PINT32 | len | ||
) |
STATUS freeSrtpSession | ( | PSrtpSession * | ppSrtpSession | ) |
STATUS initSrtpSession | ( | PBYTE | receiveKey, |
PBYTE | transmitKey, | ||
KVS_SRTP_PROFILE | profile, | ||
PSrtpSession * | ppSrtpSession | ||
) |