Home
last modified time | relevance | path

Searched refs:ff_srtp_set_crypto (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/tests/
Dsrtp.c120 ff_srtp_set_crypto(&enc, suite, key); in test_encrypt()
121 ff_srtp_set_crypto(&dec, suite, key); in test_encrypt()
144 ff_srtp_set_crypto(&srtp, aes128_80_suite, aes128_80_key); in main()
156 ff_srtp_set_crypto(&srtp, aes128_32_suite, aes128_32_key); in main()
162 ff_srtp_set_crypto(&srtp, aes128_80_32_suite, aes128_80_32_key); in main()
/third_party/ffmpeg/libavformat/
Dsrtpproto.c73 if ((ret = ff_srtp_set_crypto(&s->srtp_out, s->out_suite, s->out_params)) < 0) in srtp_open()
76 if ((ret = ff_srtp_set_crypto(&s->srtp_in, s->in_suite, s->in_params)) < 0) in srtp_open()
Dsrtp.h45 int ff_srtp_set_crypto(struct SRTPContext *s, const char *suite,
Dsrtp.c65 int ff_srtp_set_crypto(struct SRTPContext *s, const char *suite, in ff_srtp_set_crypto() function
Drtpdec.c621 if (!ff_srtp_set_crypto(&s->srtp, suite, params)) in ff_rtp_parse_set_crypto()