Home
last modified time | relevance | path

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

/dports/net/mediastreamer/mediastreamer-2.16.1/src/crypto/
H A Dzrtp.c335 …bzrtp_exportKey(zrtpContext, ((role==BZRTP_ROLE_RESPONDER)?"ResponderKey":"InitiatorKey"), 12, col… in ms_zrtp_addExportedKeysInZidCache()
336 …bzrtp_exportKey(zrtpContext, ((role==BZRTP_ROLE_RESPONDER)?"InitiatorKey":"ResponderKey"), 12, col… in ms_zrtp_addExportedKeysInZidCache()
337 …bzrtp_exportKey(zrtpContext, ((role==BZRTP_ROLE_RESPONDER)?"ResponderSId":"InitiatorSId"), 12, col… in ms_zrtp_addExportedKeysInZidCache()
338 …bzrtp_exportKey(zrtpContext, ((role==BZRTP_ROLE_RESPONDER)?"InitiatorSId":"ResponderSId"), 12, col… in ms_zrtp_addExportedKeysInZidCache()
339 …bzrtp_exportKey(zrtpContext, ((role==BZRTP_ROLE_RESPONDER)?"ResponderIndex":"InitiatorIndex"), 14,… in ms_zrtp_addExportedKeysInZidCache()
340 …bzrtp_exportKey(zrtpContext, ((role==BZRTP_ROLE_RESPONDER)?"InitiatorIndex":"ResponderIndex"), 14,… in ms_zrtp_addExportedKeysInZidCache()
/dports/security/bzrtp/bzrtp-1.0.6/src/
H A DstateMachine.c621 zrtpChannelContext->role = BZRTP_ROLE_RESPONDER; in state_keyAgreement_sendingCommit()
629 zrtpChannelContext->role = BZRTP_ROLE_RESPONDER; in state_keyAgreement_sendingCommit()
634 zrtpChannelContext->role = BZRTP_ROLE_RESPONDER; in state_keyAgreement_sendingCommit()
639 zrtpChannelContext->role = BZRTP_ROLE_RESPONDER; in state_keyAgreement_sendingCommit()
646 if (zrtpChannelContext->role == BZRTP_ROLE_RESPONDER) { in state_keyAgreement_sendingCommit()
1558 zrtpChannelContext->role = BZRTP_ROLE_RESPONDER; in bzrtp_turnIntoResponder()
1808 if (zrtpChannelContext->role == BZRTP_ROLE_RESPONDER) { in bzrtp_computeS0DHMMode()
1981 if (zrtpChannelContext->role == BZRTP_ROLE_RESPONDER) { /* if we are responder */ in bzrtp_computeS0MultiStreamMode()
H A DpacketParser.c431 …if ( zrtpChannelContext->role == BZRTP_ROLE_RESPONDER) { /* do it only if we are responder (we rec… in bzrtp_packetParser()
542 …if (zrtpChannelContext->role == BZRTP_ROLE_RESPONDER) { /* responder uses initiator's keys to decr… in bzrtp_packetParser()
596 if ( zrtpChannelContext->role == BZRTP_ROLE_RESPONDER) { in bzrtp_packetParser()
974 if (zrtpChannelContext->role == BZRTP_ROLE_RESPONDER) { in bzrtp_packetBuild()
/dports/security/bzrtp/bzrtp-1.0.6/include/bzrtp/
H A Dbzrtp.h180 #define BZRTP_ROLE_RESPONDER 1 macro
/dports/security/bzrtp/bzrtp-1.0.6/test/
H A DbzrtpParserTest.c169 context12345678->channelContext[0]->role = BZRTP_ROLE_RESPONDER; in test_parser_param()
638 contextBob->channelContext[0]->role = BZRTP_ROLE_RESPONDER; in test_parserComplete()
1322 contextAlice->channelContext[1]->role = BZRTP_ROLE_RESPONDER; in test_parserComplete()
H A DbzrtpConfigsTest.c171 …BC_ASSERT_EQUAL(bzrtp_exportKey(clientContext->bzrtpContext, ((role==BZRTP_ROLE_RESPONDER)?"Respo… in computeExportedKeys()