CryptoContext Member List
This is the complete list of members for
CryptoContext, including all inherited members.
checkReplay(uint16 newSeqNumber) | CryptoContext | |
CryptoContext(uint32 ssrc) | CryptoContext | |
CryptoContext(uint32 ssrc, int32 roc, int64 keyDerivRate, const int32 ealg, const int32 aalg, uint8 *masterKey, int32 masterKeyLength, uint8 *masterSalt, int32 masterSaltLength, int32 ekeyl, int32 akeyl, int32 skeyl, int32 tagLength) | CryptoContext | |
deriveSrtpKeys(uint64 index) | CryptoContext | |
getMkiLength() const | CryptoContext | [inline] |
getRoc() const | CryptoContext | [inline] |
getSsrc() const | CryptoContext | [inline] |
getTagLength() const | CryptoContext | [inline] |
guessIndex(uint16 newSeqNumber) | CryptoContext | |
newCryptoContextForSSRC(uint32 ssrc, int roc, int64 keyDerivRate) | CryptoContext | |
setRoc(uint32 r) | CryptoContext | [inline] |
srtpAuthenticate(RTPPacket *rtp, uint32 roc, uint8 *tag) | CryptoContext | |
srtpEncrypt(RTPPacket *rtp, uint64 index, uint32 ssrc) | CryptoContext | |
update(uint16 newSeqNumber) | CryptoContext | |
~CryptoContext() | CryptoContext | |