|
ccRTP 2.1.2
|


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 | SrtpAuthenticationSkeinHmac = 2 |
| const int | SrtpEncryptionNull = 0 |
| const int | SrtpEncryptionAESCM = 1 |
| const int | SrtpEncryptionAESF8 = 2 |
| const int | SrtpEncryptionTWOCM = 3 |
| const int | SrtpEncryptionTWOF8 = 4 |
| #define REPLAY_WINDOW_SIZE 64 |
Definition at line 28 of file CryptoContext.h.
| const int SrtpAuthenticationNull = 0 |
Definition at line 30 of file CryptoContext.h.
| const int SrtpAuthenticationSha1Hmac = 1 |
Definition at line 31 of file CryptoContext.h.
| const int SrtpAuthenticationSkeinHmac = 2 |
Definition at line 32 of file CryptoContext.h.
| const int SrtpEncryptionAESCM = 1 |
Definition at line 35 of file CryptoContext.h.
| const int SrtpEncryptionAESF8 = 2 |
Definition at line 36 of file CryptoContext.h.
| const int SrtpEncryptionNull = 0 |
Definition at line 34 of file CryptoContext.h.
| const int SrtpEncryptionTWOCM = 3 |
Definition at line 37 of file CryptoContext.h.
| const int SrtpEncryptionTWOF8 = 4 |
Definition at line 38 of file CryptoContext.h.
1.8.6