SRTPContext 164 libavformat/rtpdec.h struct SRTPContext srtp; SRTPContext 31 libavformat/srtp.c void ff_srtp_free(struct SRTPContext *s) SRTPContext 65 libavformat/srtp.c int ff_srtp_set_crypto(struct SRTPContext *s, const char *suite, SRTPContext 126 libavformat/srtp.c int ff_srtp_decrypt(struct SRTPContext *s, uint8_t *buf, int *lenptr) SRTPContext 238 libavformat/srtp.c int ff_srtp_encrypt(struct SRTPContext *s, const uint8_t *in, int len, SRTPContext 45 libavformat/srtp.h int ff_srtp_set_crypto(struct SRTPContext *s, const char *suite, SRTPContext 47 libavformat/srtp.h void ff_srtp_free(struct SRTPContext *s); SRTPContext 48 libavformat/srtp.h int ff_srtp_decrypt(struct SRTPContext *s, uint8_t *buf, int *lenptr); SRTPContext 49 libavformat/srtp.h int ff_srtp_encrypt(struct SRTPContext *s, const uint8_t *in, int len, SRTPContext 36 libavformat/srtpproto.c struct SRTPContext srtp_out, srtp_in; SRTPContext 103 libavformat/tests/srtp.c static int test_decrypt(struct SRTPContext *srtp, const uint8_t *in, int len, SRTPContext 117 libavformat/tests/srtp.c struct SRTPContext enc = { 0 }, dec = { 0 }; SRTPContext 142 libavformat/tests/srtp.c struct SRTPContext srtp = { 0 };