#include <commoncpp/config.h>
#include <ccrtp/rtppkt.h>
#include <stdint.h>
Go to the source code of this file.
◆ REPLAY_WINDOW_SIZE
| #define REPLAY_WINDOW_SIZE 64 |
◆ SrtpAuthenticationNull
| const int SrtpAuthenticationNull = 0 |
◆ SrtpAuthenticationSha1Hmac
| const int SrtpAuthenticationSha1Hmac = 1 |
◆ SrtpAuthenticationSkeinHmac
| const int SrtpAuthenticationSkeinHmac = 2 |
◆ SrtpEncryptionAESCM
| const int SrtpEncryptionAESCM = 1 |
◆ SrtpEncryptionAESF8
| const int SrtpEncryptionAESF8 = 2 |
◆ SrtpEncryptionNull
| const int SrtpEncryptionNull = 0 |
◆ SrtpEncryptionTWOCM
| const int SrtpEncryptionTWOCM = 3 |
◆ SrtpEncryptionTWOF8
| const int SrtpEncryptionTWOF8 = 4 |