| 
    live
    
   | 
 
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] | 
Definition at line 62 of file SRTPCryptographicContext.hh.
| u_int8_t SRTPCryptographicContext::derivedKeys::authKey[SRTP_AUTH_KEY_LENGTH] | 
Definition at line 65 of file SRTPCryptographicContext.hh.
| u_int8_t SRTPCryptographicContext::derivedKeys::cipherKey[SRTP_CIPHER_KEY_LENGTH] | 
Definition at line 63 of file SRTPCryptographicContext.hh.
| u_int8_t SRTPCryptographicContext::derivedKeys::salt[SRTP_CIPHER_SALT_LENGTH] | 
Definition at line 64 of file SRTPCryptographicContext.hh.