Home
last modified time | relevance | path

Searched refs:isPeerEnrolled (Results 1 – 6 of 6) sorted by relevance

/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/zrtp/
H A DZrtpCWrapper.cpp259 int32_t isPeerEnrolled(ZrtpContext* zrtpContext) { in isPeerEnrolled() function
261 return zrtpContext->zrtpEngine->isPeerEnrolled() ? 1 : 0; in isPeerEnrolled()
H A DZRtp.cpp2798 bool ZRtp::isPeerEnrolled() { in isPeerEnrolled() function in ZRtp
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/ccrtp/
H A DZrtpQueue.h655 bool isPeerEnrolled(); in operator ==()
H A DZrtpQueue.cpp782 bool ZrtpQueue::isPeerEnrolled() {
784 return zrtpEngine->isPeerEnrolled();
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/zrtp/libzrtpcpp/
H A DZrtpCWrapper.h960 int32_t isPeerEnrolled(ZrtpContext* zrtpContext);
H A DZRtp.h442 bool isPeerEnrolled();