Ring Daemon 16.0.0
|
Go to the source code of this file.
Classes | |
struct | SRTPContext |
Macros | |
#define | RTP_PT_IS_RTCP(x) (((x) >= RTCP_FIR && (x) <= RTCP_IJ) || ((x) >= RTCP_SR && (x) <= RTCP_TOKEN)) |
Enumerations | |
enum | RTCPType { RTCP_FIR = 192 , RTCP_IJ = 195 , RTCP_SR = 200 , RTCP_TOKEN = 210 , RTCP_REMB = 206 } |
Functions | |
int | ff_srtp_decrypt (struct SRTPContext *s, uint8_t *buf, int *lenptr) |
int | ff_srtp_encrypt (struct SRTPContext *s, const uint8_t *in, int len, uint8_t *out, int outlen) |
void | ff_srtp_free (struct SRTPContext *s) |
int | ff_srtp_set_crypto (struct SRTPContext *s, const char *suite, const char *params) |
#define RTP_PT_IS_RTCP | ( | x | ) | (((x) >= RTCP_FIR && (x) <= RTCP_IJ) || ((x) >= RTCP_SR && (x) <= RTCP_TOKEN)) |
enum RTCPType |
int ff_srtp_decrypt | ( | struct SRTPContext * | s, |
uint8_t * | buf, | ||
int * | lenptr | ||
) |
int ff_srtp_encrypt | ( | struct SRTPContext * | s, |
const uint8_t * | in, | ||
int | len, | ||
uint8_t * | out, | ||
int | outlen | ||
) |
void ff_srtp_free | ( | struct SRTPContext * | s | ) |
int ff_srtp_set_crypto | ( | struct SRTPContext * | s, |
const char * | suite, | ||
const char * | params | ||
) |
Referenced by jami::SRTPProtoContext::SRTPProtoContext().