Home
last modified time | relevance | path

Searched refs:WarningNoExpectedAuxMatch (Results 1 – 5 of 5) sorted by relevance

/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/zrtp/libzrtpcpp/
H A DZrtpCodes.h101WarningNoExpectedAuxMatch //!< Our AUX secret was set but the other peer's AUX secret does n… enumerator
/dports/audio/baresip/baresip-0.5.8/modules/gzrtp/
H A Dmessages.cpp103 case WarningNoExpectedAuxMatch: in warning_msg()
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/demo/
H A Dzrtptest.cpp348 …warningMap.insert(pair<int32, std::string*>(WarningNoExpectedAuxMatch, new string("The auxlliary s… in MyUserCallback()
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/zrtp/
H A DZRtp.cpp1952 sendInfo(Warning, WarningNoExpectedAuxMatch); in generateKeysInitiator()
2119 sendInfo(Warning, WarningNoExpectedAuxMatch); in generateKeysResponder()
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/
H A DCtZrtpStream.cpp1342 …warningMap.insert(std::pair<int32_t, std::string*>(WarningNoExpectedAuxMatch, new std::string("s2_… in initStrings()