Bayonne2 / Common C++ 2 Framework
|
Go to the source code of this file.
Data Structures | |
class | CryptoContext |
The implementation for a SRTP cryptographic context. More... | |
Macros | |
#define | REPLAY_WINDOW_SIZE 64 |
Variables | |
const int | SrtpAuthenticationNull = 0 |
const int | SrtpAuthenticationSha1Hmac = 1 |
const int | SrtpEncryptionNull = 0 |
const int | SrtpEncryptionAESCM = 1 |
const int | SrtpEncryptionAESF8 = 2 |
#define REPLAY_WINDOW_SIZE 64 |
Definition at line 32 of file CryptoContext.h.
const int SrtpAuthenticationNull = 0 |
Definition at line 35 of file CryptoContext.h.
const int SrtpAuthenticationSha1Hmac = 1 |
Definition at line 36 of file CryptoContext.h.
const int SrtpEncryptionAESCM = 1 |
Definition at line 39 of file CryptoContext.h.
const int SrtpEncryptionAESF8 = 2 |
Definition at line 40 of file CryptoContext.h.
const int SrtpEncryptionNull = 0 |
Definition at line 38 of file CryptoContext.h.