Home
last modified time | relevance | path

Searched refs:zrtpKeyR (Results 1 – 2 of 2) sorted by relevance

/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/zrtp/
H A DZRtp.cpp184 memset(zrtpKeyR, 0, MAX_DIGEST_LENGTH); in ~ZRtp()
830 cipher->getEncrypt()(zrtpKeyR, cipher->getKeylen(), randomIV, zrtpConfirm1.getHashH0(), hmlen); in prepareConfirm1()
947 cipher->getEncrypt()(zrtpKeyR, cipher->getKeylen(), randomIV, zrtpConfirm1.getHashH0(), hmlen); in prepareConfirm1MultiStream()
984 …cipher->getDecrypt()(zrtpKeyR, cipher->getKeylen(), (uint8_t*)confirm1->getIv(), confirm1->getHash… in prepareConfirm2()
1123 …cipher->getDecrypt()(zrtpKeyR, cipher->getKeylen(), (uint8_t*)confirm1->getIv(), confirm1->getHash… in prepareConfirm2MultiStream()
1308 ekey = zrtpKeyR; in prepareRelayAck()
2349 …Length, (unsigned char*)respZrtpKey, strlen(respZrtpKey)+1, KDFcontext, kdfSize, keyLen, zrtpKeyR); in computeSRTPKeys()
2811 ekey = zrtpKeyR; in sendSASRelayPacket()
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/zrtp/libzrtpcpp/
H A DZRtp.h880 uint8_t zrtpKeyR[MAX_DIGEST_LENGTH]; variable