Searched refs:ff_srtp_encrypt (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | srtp.h | 49 int ff_srtp_encrypt(struct SRTPContext *s, const uint8_t *in, int len,
|
H A D | srtpproto.c | 114 size = ff_srtp_encrypt(&s->srtp_out, buf, size, s->encryptbuf, in srtp_write()
|
H A D | srtp.c | 238 int ff_srtp_encrypt(struct SRTPContext *s, const uint8_t *in, int len, in ff_srtp_encrypt() function
|
/third_party/ffmpeg/libavformat/tests/ |
H A D | srtp.c | 122 len = ff_srtp_encrypt(&enc, data, in_len, buf, sizeof(buf)); in test_encrypt()
|
Completed in 7 milliseconds