Home
last modified time | relevance | path

Searched refs:zrtp_uchar12_t (Results 1 – 3 of 3) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/include/
H A Dzrtp_protocol.h276 zrtp_uchar12_t zid;
337 zrtp_uchar12_t zid;
H A Dzrtp_base.h19 typedef uint8_t zrtp_uchar12_t[12]; typedef
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/src/
H A Dzrtp.c216 …ZRTP_LOG(3, (_ZTU_,"ZID=%s.\n", hex2str((const char*)zid, sizeof(zrtp_uchar12_t), (char*)buff, siz… in zrtp_session_init()