Home
last modified time | relevance | path

Searched refs:authTagAlgo (Results 1 – 12 of 12) sorted by relevance

/dports/net/mediastreamer/mediastreamer-2.16.1/src/crypto/
H A Dzrtp.c202 if ((secrets->authTagAlgo != ZRTP_AUTHTAG_HS32) && ((secrets->authTagAlgo != ZRTP_AUTHTAG_HS80))) { in ms_zrtp_srtpSecretsAvailable()
210 …CRETS_FOR_SENDER)?"sender":"receiver", bzrtp_authtag_toString(secrets->authTagAlgo), bzrtp_cipher_… in ms_zrtp_srtpSecretsAvailable()
218 if (secrets->authTagAlgo == ZRTP_AUTHTAG_HS32){ in ms_zrtp_srtpSecretsAvailable()
224 }else if (secrets->authTagAlgo == ZRTP_AUTHTAG_HS80){ in ms_zrtp_srtpSecretsAvailable()
241 if (secrets->authTagAlgo == ZRTP_AUTHTAG_HS32){ in ms_zrtp_srtpSecretsAvailable()
247 }else if (secrets->authTagAlgo == ZRTP_AUTHTAG_HS80){ in ms_zrtp_srtpSecretsAvailable()
295 …zrtp_hash_toString(secrets->hashAlgo), bzrtp_authtag_toString(secrets->authTagAlgo), bzrtp_sas_toS… in ms_zrtp_startSrtpSession()
/dports/security/bzrtp/bzrtp-1.0.6/test/
H A DbzrtpConfigsTest.c279 if ((a->authTagAlgo!=b->authTagAlgo) in compareSecrets()
287 if ((a->authTagAlgo!=b->authTagAlgo) in compareSecrets()
322 if (secrets->authTagAlgo != cryptoParams->authtag[0]) return -1; in compareAlgoList()
404 …String(Alice.secrets->hashAlgo), bzrtp_authtag_toString(Alice.secrets->authTagAlgo), bzrtp_sas_toS… in multichannel_exchange_pvs_params()
498 …String(Alice.secrets->hashAlgo), bzrtp_authtag_toString(Alice.secrets->authTagAlgo), bzrtp_sas_toS… in multichannel_exchange_pvs_params()
H A DtestUtils.c195 bzrtp_cryptoAlgoTypeIntToString(messageData->authTagAlgo, algoTypeString); in packetDump()
294 bzrtp_cryptoAlgoTypeIntToString(channelContext->authTagAlgo, buffer); in dumpContext()
H A DbzrtpParserTest.c1235 contextAlice->channelContext[1]->authTagAlgo = contextAlice->channelContext[0]->authTagAlgo; in test_parserComplete()
1275 contextBob->channelContext[1]->authTagAlgo = contextBob->channelContext[0]->authTagAlgo; in test_parserComplete()
H A DbzrtpCryptoTest.c148 zrtpChannelContext->authTagAlgo == expectedAuthTagAlgo && in compareAllAlgoTypes()
/dports/security/bzrtp/bzrtp-1.0.6/include/
H A Dtypedef.h168 …uint8_t authTagAlgo; /**< srtp authentication tag algorithm agreed on after Hello packet exchange,… member
H A DpacketParser.h135 …uint8_t authTagAlgo; /**< the auth tag algorithm identifier rfc section 5.1.4 mapped to an integer… member
/dports/security/bzrtp/bzrtp-1.0.6/src/
H A Dbzrtp.c829 zrtpChannelContext->srtpSecrets.authTagAlgo = ZRTP_UNSET_ALGO; in bzrtp_setPeerHelloHash()
840 zrtpChannelContext->authTagAlgo = ZRTP_UNSET_ALGO; in bzrtp_setPeerHelloHash()
1024 zrtpChannelContext->authTagAlgo = ZRTP_UNSET_ALGO; in bzrtp_initChannelContext()
1050 zrtpChannelContext->srtpSecrets.authTagAlgo = ZRTP_UNSET_ALGO; in bzrtp_initChannelContext()
H A DpacketParser.c352 messageData->authTagAlgo = bzrtp_cryptoAlgoTypeStringToInt(messageContent, ZRTP_AUTHTAG_TYPE); in bzrtp_packetParser()
881 bzrtp_cryptoAlgoTypeIntToString(messageData->authTagAlgo, messageString); in bzrtp_packetBuild()
1191 zrtpCommitMessage->authTagAlgo = zrtpChannelContext->authTagAlgo; in bzrtp_createZrtpPacket()
H A DstateMachine.c1561 zrtpChannelContext->authTagAlgo = commitMessage->authTagAlgo; in bzrtp_turnIntoResponder()
2128 zrtpChannelContext->srtpSecrets.authTagAlgo = zrtpChannelContext->authTagAlgo; in bzrtp_deriveSrtpKeysFromS0()
H A DcryptoUtils.c414 zrtpChannelContext->authTagAlgo = commonAuthTagType[0]; in bzrtp_cryptoAlgoAgreement()
/dports/security/bzrtp/bzrtp-1.0.6/include/bzrtp/
H A Dbzrtp.h111 …uint8_t authTagAlgo; /**< srtp authentication tag algorithm agreed on after Hello packet exchange … member