Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/test/
H A Dminor_bugs_test.c40 zrtp_profile_defaults(&profile, zrtp); in session_init_fails_with_no_dh2k()
H A Dtest_engine.c529 zrtp_profile_defaults(&cfg->zrtp, NULL); in zrtp_test_session_config_defaults()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/include/
H A Dzrtp.h897 void zrtp_profile_defaults(zrtp_profile_t* profile, zrtp_global_t* zrtp);
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/src/
H A Dzrtp.c226 zrtp_profile_defaults(&new_session->profile, zrtp); in zrtp_session_init()
789 void zrtp_profile_defaults(zrtp_profile_t* profile, zrtp_global_t* zrtp) in zrtp_profile_defaults() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c4485 zrtp_profile_defaults(rtp_session->zrtp_profile, zrtp_global); in switch_rtp_create()