The ZRTP configure functions.
More...
#include <stdio.h>
#include <stdint.h>
#include <list>
#include <string>
#include <vector>
#include <string.h>
#include <libzrtpcpp/ZrtpCallback.h>
Include dependency graph for ZrtpConfigure.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures
The algorithm enumration class.
More...
EnumBase provides methods to store and access algorithm enumerations of a specific algorithm type.
More...
The enumaration subclasses that contain the supported algorithm enumerations.
More...
This enumerations list all configurable algorithm types.
More...
typedef void(*
encrypt_t )(uint8_t *, int32_t, uint8_t *, uint8_t *, int32_t)
typedef void(*
decrypt_t )(uint8_t *, int32_t, const uint8_t *, uint8_t *, int32_t)
Detailed Description
Typedef Documentation
typedef void(* decrypt_t)(uint8_t *, int32_t, const uint8_t *, uint8_t *, int32_t)
typedef void(* encrypt_t)(uint8_t *, int32_t, uint8_t *, uint8_t *, int32_t)
Enumeration Type Documentation
This enumerations list all configurable algorithm types.
| Enumerator |
|---|
| Invalid |
| HashAlgorithm |
| CipherAlgorithm |
| PubKeyAlgorithm |
| SasType |
| AuthLength |
Definition at line 45 of file ZrtpConfigure.h.
Variable Documentation