#include "config.h"
#include "srtp.h"
#include "rdbx.h"
#include "rdb.h"
#include "integers.h"
#include "cipher.h"
#include "auth.h"
#include "aes.h"
#include "key.h"
#include "crypto_kernel.h"
Go to the source code of this file.
◆ srtp_handle_event
#define srtp_handle_event |
( |
|
srtp, |
|
|
|
strm, |
|
|
|
evnt |
|
) |
| |
Value:if(srtp_event_handler) { \
srtp_event_data_t
data; \
data.session = srtp; \
data.stream = strm; \
data.event = evnt; \
srtp_event_handler(&data); \
}
EGLStreamKHR EGLint EGLint EGLint const void * data
Definition: eglext.h:984
◆ SRTP_VER_STRING
◆ SRTP_VERSION
◆ direction_t
◆ srtp_ctx_t_
◆ strp_stream_ctx_t_
◆ direction_t
Enumerator |
---|
dir_unknown | |
dir_srtp_sender | |
dir_srtp_receiver | |
◆ srtp_get_stream()
◆ srtp_stream_init()
◆ srtp_stream_init_keys()