Scroll to navigation

CryptoContext.h(3) Library Functions Manual CryptoContext.h(3)

NAME

CryptoContext.h -

SYNOPSIS

#include <commoncpp/config.h>
 
#include <ccrtp/rtppkt.h>
 
#include <stdint.h>
 

Classes


class CryptoContext
 
The implementation for a SRTP cryptographic context.

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

Variable Documentation

const int SrtpAuthenticationNull = 0

const int SrtpAuthenticationSha1Hmac = 1

const int SrtpAuthenticationSkeinHmac = 2

const int SrtpEncryptionAESCM = 1

const int SrtpEncryptionAESF8 = 2

const int SrtpEncryptionNull = 0

const int SrtpEncryptionTWOCM = 3

const int SrtpEncryptionTWOF8 = 4

Author

Generated automatically by Doxygen for ccRTP from the source code.
Wed Jun 25 2014 ccRTP