Home
last modified time | relevance | path

Searched refs:zrtp_zid_t (Results 1 – 11 of 11) sorted by relevance

/dports/net/opal/opal-3.10.10/src/zrtp/
H A Dopalzrtp.cxx39 zrtp_zid_t zid;
164 if (sizeof(zrtp_zid_t) == ftell(zidf)) { in LoadZID()
167 fread(zid, sizeof(zrtp_zid_t), 1, zidf); in LoadZID()
174 zrtp_randstr(zrtpContext, zid, sizeof(zrtp_zid_t)); in LoadZID()
179 fwrite(zid, sizeof(zrtp_zid_t), 1, zidf); in LoadZID()
/dports/net/sems/sems-f89581a/core/
H A DAmZRTP.cpp49 zrtp_zid_t AmZRTP::zrtp_instance_zid = {"defaultsems"};
79 sizeof(zrtp_zid_t)*2); in init()
96 if (zid.length() != sizeof(zrtp_zid_t)) { in init()
98 sizeof(zrtp_zid_t)); in init()
H A DAmZRTP.h65 static zrtp_zid_t zrtp_instance_zid;
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/include/
H A Dzrtp.h139 typedef unsigned char zrtp_zid_t[12]; typedef
475 zrtp_zid_t zid,
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/src/
H A Dzrtp_iface_cache.c54 (a->length != sizeof(zrtp_zid_t)) ) \
342 if (0 < zrtp_memcmp(first_ZID->buffer, second_ZID->buffer, sizeof(zrtp_zid_t))) { in zrtp_cache_create_id()
348 zrtp_memcpy(id, first_ZID->buffer, sizeof(zrtp_zid_t)); in zrtp_cache_create_id()
349 zrtp_memcpy((char*)id+sizeof(zrtp_zid_t), second_ZID->buffer, sizeof(zrtp_zid_t)); in zrtp_cache_create_id()
H A Dzrtp_engine.c1224 if (!zrtp_memcmp(stream->messages.hello.zid, peer_hello->zid, sizeof(zrtp_zid_t))) { in _zrtp_machine_process_hello()
1232 if (0 != zrtp_memcmp(session->peer_zid.buffer, peer_hello->zid, sizeof(zrtp_zid_t))) { in _zrtp_machine_process_hello()
1240 zrtp_zstrncpyc(ZSTR_GV(session->peer_zid), (const char*) peer_hello->zid, sizeof(zrtp_zid_t)); in _zrtp_machine_process_hello()
H A Dzrtp.c193 zrtp_zid_t zid, in zrtp_session_init()
284 zrtp_zstrncpyc(ZSTR_GV(new_session->zid), (const char*)zid, sizeof(zrtp_zid_t)); in zrtp_session_init()
H A Dzrtp_initiator.c358 zrtp_memcpy(commit->zid, stream->messages.hello.zid, sizeof(zrtp_zid_t)); in _zrtp_machine_start_send_and_resend_commit()
/dports/audio/baresip/baresip-0.5.8/modules/zrtp/
H A Dzrtp.c64 static zrtp_zid_t zid;
513 sizeof(zrtp_zid_t)); in verify_sas()
523 sizeof(zrtp_zid_t)); in verify_sas()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/test/
H A Dtest_engine.c53 zrtp_zid_t zid;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c101 static zrtp_zid_t zid = { "FreeSWITCH01" };
103 static zrtp_zid_t zid = { "FreeSWITCH0" };