Home
last modified time | relevance | path

Searched refs:ff_srtp_free (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/tests/
Dsrtp.c131 ff_srtp_free(&enc); in test_encrypt()
132 ff_srtp_free(&dec); in test_encrypt()
153 ff_srtp_free(&srtp); in main()
159 ff_srtp_free(&srtp); in main()
165 ff_srtp_free(&srtp); in main()
/third_party/ffmpeg/libavformat/
Dsrtpproto.c60 ff_srtp_free(&s->srtp_out); in srtp_close()
61 ff_srtp_free(&s->srtp_in); in srtp_close()
Dsrtp.h47 void ff_srtp_free(struct SRTPContext *s);
Dsrtp.c31 void ff_srtp_free(struct SRTPContext *s) in ff_srtp_free() function
70 ff_srtp_free(s); in ff_srtp_set_crypto()
Drtpdec.c922 ff_srtp_free(&s->srtp); in ff_rtp_parse_close()