live
Data Structures | Macros
SRTPCryptographicContext.hh File Reference
#include "MIKEY.hh"
Include dependency graph for SRTPCryptographicContext.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  SRTPCryptographicContext
 
struct  SRTPCryptographicContext::derivedKeys
 
struct  SRTPCryptographicContext::allDerivedKeys
 

Macros

#define SRTP_CIPHER_KEY_LENGTH   (128/8)
 
#define SRTP_CIPHER_SALT_LENGTH   (112/8)
 
#define SRTP_MKI_LENGTH   4
 
#define SRTP_AUTH_KEY_LENGTH   (160/8)
 
#define SRTP_AUTH_TAG_LENGTH   (80/8)
 

Macro Definition Documentation

◆ SRTP_AUTH_KEY_LENGTH

#define SRTP_AUTH_KEY_LENGTH   (160/8)

Definition at line 57 of file SRTPCryptographicContext.hh.

◆ SRTP_AUTH_TAG_LENGTH

#define SRTP_AUTH_TAG_LENGTH   (80/8)

Definition at line 58 of file SRTPCryptographicContext.hh.

◆ SRTP_CIPHER_KEY_LENGTH

#define SRTP_CIPHER_KEY_LENGTH   (128/8)

Definition at line 54 of file SRTPCryptographicContext.hh.

◆ SRTP_CIPHER_SALT_LENGTH

#define SRTP_CIPHER_SALT_LENGTH   (112/8)

Definition at line 55 of file SRTPCryptographicContext.hh.

◆ SRTP_MKI_LENGTH

#define SRTP_MKI_LENGTH   4

Definition at line 56 of file SRTPCryptographicContext.hh.