Searched refs:authTagAlgo (Results 1 – 12 of 12) sorted by relevance
/dports/net/mediastreamer/mediastreamer-2.16.1/src/crypto/ |
H A D | zrtp.c | 202 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 D | bzrtpConfigsTest.c | 279 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 D | testUtils.c | 195 bzrtp_cryptoAlgoTypeIntToString(messageData->authTagAlgo, algoTypeString); in packetDump() 294 bzrtp_cryptoAlgoTypeIntToString(channelContext->authTagAlgo, buffer); in dumpContext()
|
H A D | bzrtpParserTest.c | 1235 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 D | bzrtpCryptoTest.c | 148 zrtpChannelContext->authTagAlgo == expectedAuthTagAlgo && in compareAllAlgoTypes()
|
/dports/security/bzrtp/bzrtp-1.0.6/include/ |
H A D | typedef.h | 168 …uint8_t authTagAlgo; /**< srtp authentication tag algorithm agreed on after Hello packet exchange,… member
|
H A D | packetParser.h | 135 …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 D | bzrtp.c | 829 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 D | packetParser.c | 352 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 D | stateMachine.c | 1561 zrtpChannelContext->authTagAlgo = commitMessage->authTagAlgo; in bzrtp_turnIntoResponder() 2128 zrtpChannelContext->srtpSecrets.authTagAlgo = zrtpChannelContext->authTagAlgo; in bzrtp_deriveSrtpKeysFromS0()
|
H A D | cryptoUtils.c | 414 zrtpChannelContext->authTagAlgo = commonAuthTagType[0]; in bzrtp_cryptoAlgoAgreement()
|
/dports/security/bzrtp/bzrtp-1.0.6/include/bzrtp/ |
H A D | bzrtp.h | 111 …uint8_t authTagAlgo; /**< srtp authentication tag algorithm agreed on after Hello packet exchange … member
|