Searched refs:ff_srtp_decrypt (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsrtp.h48 int ff_srtp_decrypt(struct SRTPContext *s, uint8_t *buf, int *lenptr);
H A Dsrtpproto.c103 if (ff_srtp_decrypt(&s->srtp_in, buf, &ret) < 0)
H A Dsrtp.c126 int ff_srtp_decrypt(struct SRTPContext *s, uint8_t *buf, int *lenptr) function
411 if (!ff_srtp_decrypt(srtp, out, &len)) {
427 if (!ff_srtp_decrypt(&dec, buf, &len)) {
H A Drtpdec.c820 if (s->srtp_enabled && bufptr && ff_srtp_decrypt(&s->srtp, *bufptr, &len) < 0)

Completed in 112 milliseconds