logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

CryptoContext.h

Author

       Generated automatically by Doxygen for ccRTP from the source code.

                                                      ccRTP                                   CryptoContext.h(3)

Macro Definition Documentation

#defineREPLAY_WINDOW_SIZE64

Name

       CryptoContext.h

Synopsis

       #include <commoncpp/config.h>
       #include <ccrtp/rtppkt.h>
       #include <stdint.h>

   Classes
       class CryptoContext
           The implementation for a SRTP cryptographic context.

   Macros
       #define REPLAY_WINDOW_SIZE   64

   Variables
       const int SrtpAuthenticationNull = 0
       const int SrtpAuthenticationSha1Hmac = 1
       const int SrtpAuthenticationSkeinHmac = 2
       const int SrtpEncryptionNull = 0
       const int SrtpEncryptionAESCM = 1
       const int SrtpEncryptionAESF8 = 2
       const int SrtpEncryptionTWOCM = 3
       const int SrtpEncryptionTWOF8 = 4

Variable Documentation

constintSrtpAuthenticationNull=0constintSrtpAuthenticationSha1Hmac=1constintSrtpAuthenticationSkeinHmac=2constintSrtpEncryptionAESCM=1constintSrtpEncryptionAESF8=2constintSrtpEncryptionNull=0constintSrtpEncryptionTWOCM=3constintSrtpEncryptionTWOF8=4

See Also