ccRTP 2.1.2
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Macros | Variables
CryptoContext.h File Reference
#include <commoncpp/config.h>
#include <ccrtp/rtppkt.h>
#include <stdint.h>
Include dependency graph for CryptoContext.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

#define REPLAY_WINDOW_SIZE   64

Definition at line 28 of file CryptoContext.h.

Variable Documentation

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.