Home
last modified time | relevance | path

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

/third_party/ffmpeg/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) in srtp_read()
H A Dsrtp.c126 int ff_srtp_decrypt(struct SRTPContext *s, uint8_t *buf, int *lenptr) in ff_srtp_decrypt() function
H A Drtpdec.c948 if (s->srtp_enabled && bufptr && ff_srtp_decrypt(&s->srtp, *bufptr, &len) < 0) in ff_rtp_parse_packet()
/third_party/ffmpeg/libavformat/tests/
H A Dsrtp.c107 if (!ff_srtp_decrypt(srtp, out, &len)) { in test_decrypt()
123 if (!ff_srtp_decrypt(&dec, buf, &len)) { in test_encrypt()

Completed in 4 milliseconds