live
Data Fields
SRTPCryptographicContext::derivedKeys Struct Reference

Data Fields

u_int8_t cipherKey [SRTP_CIPHER_KEY_LENGTH]
 
u_int8_t salt [SRTP_CIPHER_SALT_LENGTH]
 
u_int8_t authKey [SRTP_AUTH_KEY_LENGTH]
 

Detailed Description

Definition at line 60 of file SRTPCryptographicContext.hh.

Field Documentation

◆ authKey

u_int8_t SRTPCryptographicContext::derivedKeys::authKey[SRTP_AUTH_KEY_LENGTH]

Definition at line 63 of file SRTPCryptographicContext.hh.

◆ cipherKey

u_int8_t SRTPCryptographicContext::derivedKeys::cipherKey[SRTP_CIPHER_KEY_LENGTH]

Definition at line 61 of file SRTPCryptographicContext.hh.

◆ salt

u_int8_t SRTPCryptographicContext::derivedKeys::salt[SRTP_CIPHER_SALT_LENGTH]

Definition at line 62 of file SRTPCryptographicContext.hh.


The documentation for this struct was generated from the following file: