live
|
#include "MIKEY.hh"
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) |
#define SRTP_AUTH_KEY_LENGTH (160/8) |
Definition at line 57 of file SRTPCryptographicContext.hh.
#define SRTP_AUTH_TAG_LENGTH (80/8) |
Definition at line 58 of file SRTPCryptographicContext.hh.
#define SRTP_CIPHER_KEY_LENGTH (128/8) |
Definition at line 54 of file SRTPCryptographicContext.hh.
#define SRTP_CIPHER_SALT_LENGTH (112/8) |
Definition at line 55 of file SRTPCryptographicContext.hh.
#define SRTP_MKI_LENGTH 4 |
Definition at line 56 of file SRTPCryptographicContext.hh.