Home
last modified time | relevance | path

Searched refs:getPeerZid (Results 1 – 7 of 7) sorted by relevance

/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/ccrtp/
H A DZrtpQueue.h797 int32 getPeerZid(uint8* data); in operator ==()
H A DZrtpQueue.cpp811 int32 ZrtpQueue::getPeerZid(uint8* data) {
816 return zrtpEngine->getPeerZid(data);
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/
H A DCtZrtpStream.cpp591 zrtpEngine->getPeerZid(peerZid); in enrollAccepted()
605 zrtpEngine->getPeerZid(peerZid); in enrollDenied()
1000 zrtpEngine->getPeerZid(peerZid); in srtpSecretsOn()
H A DCtZrtpSession.cpp396 stream->zrtpEngine->getPeerZid(peerZid); in setLastPeerNameVerify()
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/zrtp/libzrtpcpp/
H A DZRtp.h554 int32_t getPeerZid(uint8_t* data);
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/zrtp/
H A DZrtpCWrapper.cpp327 return zrtpContext->zrtpEngine->getPeerZid(data); in zrtp_getPeerZid()
H A DZRtp.cpp2846 int32_t ZRtp::getPeerZid(uint8_t* data) { in getPeerZid() function in ZRtp