Searched refs:ff_srtp_decrypt (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/tests/ |
D | srtp.c | 107 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/ |
D | srtp.h | 48 int ff_srtp_decrypt(struct SRTPContext *s, uint8_t *buf, int *lenptr);
|
D | srtpproto.c | 103 if (ff_srtp_decrypt(&s->srtp_in, buf, &ret) < 0) in srtp_read()
|
D | srtp.c | 126 int ff_srtp_decrypt(struct SRTPContext *s, uint8_t *buf, int *lenptr) in ff_srtp_decrypt() function
|
D | rtpdec.c | 910 if (s->srtp_enabled && bufptr && ff_srtp_decrypt(&s->srtp, *bufptr, &len) < 0) in ff_rtp_parse_packet()
|