Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/tests/
Dsrtp.c107 if (!ff_srtp_decrypt(srtp, out, &len)) { in test_decrypt()
123 if (!ff_srtp_decrypt(&dec, buf, &len)) { in test_encrypt()
/third_party/ffmpeg/libavformat/
Dsrtp.h48 int ff_srtp_decrypt(struct SRTPContext *s, uint8_t *buf, int *lenptr);
Dsrtpproto.c103 if (ff_srtp_decrypt(&s->srtp_in, buf, &ret) < 0) in srtp_read()
Dsrtp.c126 int ff_srtp_decrypt(struct SRTPContext *s, uint8_t *buf, int *lenptr) in ff_srtp_decrypt() function
Drtpdec.c910 if (s->srtp_enabled && bufptr && ff_srtp_decrypt(&s->srtp, *bufptr, &len) < 0) in ff_rtp_parse_packet()