ff_srtp_decrypt 834 libavformat/rtpdec.c if (s->srtp_enabled && bufptr && ff_srtp_decrypt(&s->srtp, *bufptr, &len) < 0) ff_srtp_decrypt 411 libavformat/srtp.c if (!ff_srtp_decrypt(srtp, out, &len)) { ff_srtp_decrypt 427 libavformat/srtp.c if (!ff_srtp_decrypt(&dec, buf, &len)) { ff_srtp_decrypt 48 libavformat/srtp.h int ff_srtp_decrypt(struct SRTPContext *s, uint8_t *buf, int *lenptr); ff_srtp_decrypt 103 libavformat/srtpproto.c if (ff_srtp_decrypt(&s->srtp_in, buf, &ret) < 0)