ff_srtp_encrypt 49 libavformat/srtp.h int ff_srtp_encrypt(struct SRTPContext *s, const uint8_t *in, int len, ff_srtp_encrypt 114 libavformat/srtpproto.c size = ff_srtp_encrypt(&s->srtp_out, buf, size, s->encryptbuf, ff_srtp_encrypt 122 libavformat/tests/srtp.c len = ff_srtp_encrypt(&enc, data, in_len, buf, sizeof(buf));