Bayonne2 / Common C++ 2 Framework
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Macros | Variables
CryptoContext.h File Reference
#include <cc++/config.h>
#include <ccrtp/rtppkt.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 SrtpEncryptionNull = 0
 
const int SrtpEncryptionAESCM = 1
 
const int SrtpEncryptionAESF8 = 2
 

Macro Definition Documentation

#define REPLAY_WINDOW_SIZE   64

Definition at line 32 of file CryptoContext.h.

Variable Documentation

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.