Searched refs:ff_srtp_encrypt (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsrtp.h49 int ff_srtp_encrypt(struct SRTPContext *s, const uint8_t *in, int len,
H A Dsrtpproto.c114 size = ff_srtp_encrypt(&s->srtp_out, buf, size, s->encryptbuf,
H A Dsrtp.c238 int ff_srtp_encrypt(struct SRTPContext *s, const uint8_t *in, int len, function
426 len = ff_srtp_encrypt(&enc, data, in_len, buf, sizeof(buf));

Completed in 34 milliseconds