Home
last modified time | relevance | path

Searched refs:zrtp_config (Results 1 – 16 of 16) sorted by relevance

/dports/net/sems/sems-f89581a/core/
H A DAmZRTP.cpp48 zrtp_config_t AmZRTP::zrtp_config; member in AmZRTP
118 zrtp_config_defaults(&zrtp_config); in init()
120 strcpy(zrtp_config.client_id, SEMS_CLIENT_ID); in init()
121 zrtp_config.lic_mode = ZRTP_LICENSE_MODE_UNLIMITED; in init()
123 strncpy(zrtp_config.def_cache_path.buffer, cache_path.c_str(), in init()
124 zrtp_config.def_cache_path.max_length); in init()
125 zrtp_config.def_cache_path.length = cache_path.length(); in init()
127 zrtp_config.cb.misc_cb.on_send_packet = AmZRTP::on_send_packet; in init()
128 zrtp_config.cb.event_cb.on_zrtp_secure = AmZRTP::on_zrtp_secure; in init()
129 zrtp_config.cb.event_cb.on_zrtp_security_event = AmZRTP::on_zrtp_security_event; in init()
[all …]
H A DAmZRTP.h64 static zrtp_config_t zrtp_config; member
/dports/audio/baresip/baresip-0.5.8/modules/zrtp/
H A Dzrtp.c63 static zrtp_config_t zrtp_config; variable
573 zrtp_config_defaults(&zrtp_config); in module_init()
575 str_ncpy(zrtp_config.client_id, "baresip/zrtp", in module_init()
576 sizeof(zrtp_config.client_id)); in module_init()
578 zrtp_config.lic_mode = ZRTP_LICENSE_MODE_UNLIMITED; in module_init()
580 zrtp_config.cb.misc_cb.on_send_packet = on_send_packet; in module_init()
582 zrtp_config.cb.event_cb.on_zrtp_security_event = in module_init()
590 ret = re_snprintf(zrtp_config.def_cache_path.buffer, in module_init()
591 zrtp_config.def_cache_path.max_length, in module_init()
597 zrtp_config.def_cache_path.length = ret; in module_init()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/test/
H A Ddh_test.c20 zrtp_config_t zrtp_config; in setup() local
22 zrtp_config_defaults(&zrtp_config); in setup()
24 s = zrtp_init(&zrtp_config, &zrtp); in setup()
H A Decdh_test.c20 zrtp_config_t zrtp_config; in setup() local
22 zrtp_config_defaults(&zrtp_config); in setup()
24 s = zrtp_init(&zrtp_config, &zrtp); in setup()
H A Dcipher_test.c20 zrtp_config_t zrtp_config; in setup() local
22 zrtp_config_defaults(&zrtp_config); in setup()
24 s = zrtp_init(&zrtp_config, &zrtp); in setup()
H A Dminor_bugs_test.c20 zrtp_config_t zrtp_config; in setup() local
22 zrtp_config_defaults(&zrtp_config); in setup()
24 s = zrtp_init(&zrtp_config, &zrtp); in setup()
H A Dhash_test.c20 zrtp_config_t zrtp_config; in setup() local
22 zrtp_config_defaults(&zrtp_config); in setup()
24 s = zrtp_init(&zrtp_config, &zrtp); in setup()
H A Ddk_test.c61 zrtp_config_t zrtp_config; in setup() local
63 zrtp_config_defaults(&zrtp_config); in setup()
65 s = zrtp_init(&zrtp_config, &zrtp); in setup()
H A Dsrtp_replay_test.c37 zrtp_config_t zrtp_config; in setup() local
39 zrtp_config_defaults(&zrtp_config); in setup()
41 s = zrtp_init(&zrtp_config, &zrtp); in setup()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/doc/manuals/
H A Dhowto.dox79 - \c zrtp_config.h - libzrtp automatic configuration routine.
131 Check \ref zrtp_config for more information.
324 zrtp_config_t zrtp_config;
327 zrtp_config_defaults(&zrtp_config);
333 strcpy(zrtp_config.client_id, TEST_CLIENT_ID);
334 zrtp_config.lic_mode = ZRTP_LICENSE_MODE_ACTIVE;
335 zrtp_zstrcpyc( ZSTR_GV(zrtp_config.def_cache_path), TEST_CACHE_PATH);
338 zrtp_config.cb.misc_cb.on_send_packet = on_send_packet;
339 zrtp_config.cb.event_cb.on_zrtp_secure = on_zrtp_secure;
340 zrtp_config.cb.event_cb.on_zrtp_security_event = on_zrtp_event;
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/projects/xcode/libzrtp.xcodeproj/
H A Dproject.pbxproj89 …6EEBE70F0138AF00529121 /* zrtp_config.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D30A9840EA…
125zrtp_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; …
330 8D30A9840EACB0EA00A8A8EA /* zrtp_config.h */,
351 8D6EEBE70F0138AF00529121 /* zrtp_config.h in Headers */,
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/
H A DMakefile.am12 $(top_srcdir)/include/zrtp_config.h \
H A Dcreate_pack.pl221 "./include/zrtp_config.h",
H A DMakefile.in424 $(top_srcdir)/include/zrtp_config.h \
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c1499 zrtp_config_t zrtp_config; in switch_rtp_init() local
1510 zrtp_config_defaults(&zrtp_config); in switch_rtp_init()
1511 strcpy(zrtp_config.client_id, "FreeSWITCH"); in switch_rtp_init()
1512 zrtp_config.is_mitm = 1; in switch_rtp_init()
1513 zrtp_config.lic_mode = ZRTP_LICENSE_MODE_ACTIVE; in switch_rtp_init()
1516 ZSTR_SET_EMPTY(zrtp_config.def_cache_path); in switch_rtp_init()
1517zrtp_config.def_cache_path.length = cache_len > zrtp_config.def_cache_path.max_length ? zrtp_confi… in switch_rtp_init()
1518 …strncpy(zrtp_config.def_cache_path.buffer, zrtp_cache_path, zrtp_config.def_cache_path.max_length); in switch_rtp_init()
1519zrtp_config.cb.event_cb.on_zrtp_protocol_event = (void (*)(zrtp_stream_t*,zrtp_protocol_event_t))z… in switch_rtp_init()
1520 zrtp_config.cb.misc_cb.on_send_packet = zrtp_send_rtp_callback; in switch_rtp_init()
[all …]