Searched refs:BZRTP_ROLE_RESPONDER (Results 1 – 6 of 6) sorted by relevance
/dports/net/mediastreamer/mediastreamer-2.16.1/src/crypto/ |
H A D | zrtp.c | 335 …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 D | stateMachine.c | 621 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 D | packetParser.c | 431 …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 D | bzrtp.h | 180 #define BZRTP_ROLE_RESPONDER 1 macro
|
/dports/security/bzrtp/bzrtp-1.0.6/test/ |
H A D | bzrtpParserTest.c | 169 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 D | bzrtpConfigsTest.c | 171 …BC_ASSERT_EQUAL(bzrtp_exportKey(clientContext->bzrtpContext, ((role==BZRTP_ROLE_RESPONDER)?"Respo… in computeExportedKeys()
|