ccRTP 2.1.2
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures
SrtpSymCrypto.h File Reference

Class which implements SRTP AES cryptographic functions. More...

#include <stdint.h>
#include <CryptoContext.h>
Include dependency graph for SrtpSymCrypto.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _f8_ctx
 
class  SrtpSymCrypto
 Implments the SRTP encryption modes as defined in RFC3711. More...
 
#define SRTP_BLOCK_SIZE   16
 
typedef struct _f8_ctx F8_CIPHER_CTX
 
int testF8 ()
 

Detailed Description

Class which implements SRTP AES cryptographic functions.

Definition in file SrtpSymCrypto.h.

Macro Definition Documentation

#define SRTP_BLOCK_SIZE   16

Definition at line 49 of file SrtpSymCrypto.h.

Typedef Documentation

typedef struct _f8_ctx F8_CIPHER_CTX

Function Documentation

int testF8 ( )