Searched refs:ff_srtp_set_crypto (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsrtp.h45 int ff_srtp_set_crypto(struct SRTPContext *s, const char *suite,
H A Dsrtpproto.c74 if ((ret = ff_srtp_set_crypto(&s->srtp_out, s->out_suite, s->out_params)) < 0)
77 if ((ret = ff_srtp_set_crypto(&s->srtp_in, s->in_suite, s->in_params)) < 0)
H A Dsrtp.c65 int ff_srtp_set_crypto(struct SRTPContext *s, const char *suite, function
424 ff_srtp_set_crypto(&enc, suite, key);
425 ff_srtp_set_crypto(&dec, suite, key);
448 ff_srtp_set_crypto(&srtp, aes128_80_suite, aes128_80_key);
460 ff_srtp_set_crypto(&srtp, aes128_32_suite, aes128_32_key);
466 ff_srtp_set_crypto(&srtp, aes128_80_32_suite, aes128_80_32_key);
H A Drtpdec.c537 if (!ff_srtp_set_crypto(&s->srtp, suite, params))

Completed in 162 milliseconds