Home
last modified time | relevance | path

Searched refs:ff_dh_init (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/tests/
Drtmpdh.c31 peer1 = ff_dh_init(1024); in test_random_shared_secret()
32 peer2 = ff_dh_init(1024); in test_random_shared_secret()
120 dh = ff_dh_init(1024); in test_ref_data()
/third_party/ffmpeg/libavformat/
Drtmpdh.h65 FF_DH *ff_dh_init(int key_len);
Drtmpcrypt.c127 if (!(rt->dh = ff_dh_init(1024))) in ff_rtmpe_gen_pub_key()
Drtmpdh.c321 av_cold FF_DH *ff_dh_init(int key_len) in ff_dh_init() function