ipappsrv_plat/media_control_api/inc/mmccsrtpcryptoparams.h
branchCompilerCompatibility
changeset 9 5d1d815214a5
parent 0 1bce908db942
equal deleted inserted replaced
6:e275ee612b82 9:5d1d815214a5
    83 	{
    83 	{
    84 
    84 
    85 public:
    85 public:
    86  
    86  
    87     //IF any of the following param changes it will cause the caculation changes.
    87     //IF any of the following param changes it will cause the caculation changes.
    88     inline TMccSrtpCryptoParams::TMccSrtpCryptoParams() : 
    88     inline TMccSrtpCryptoParams() : 
    89       	iSrtpEncAlg( ESrtpEncAES_CM ), 
    89       	iSrtpEncAlg( ESrtpEncAES_CM ), 
    90        	iSrtcpEncAlg( ESrtpEncAES_CM ), 
    90        	iSrtcpEncAlg( ESrtpEncAES_CM ), 
    91         iSrtpAuthAlg( ESrtpAuthHMAC_SHA1 ), 
    91         iSrtpAuthAlg( ESrtpAuthHMAC_SHA1 ), 
    92         iSrtcpAuthAlg(ESrtpAuthHMAC_SHA1 ), 
    92         iSrtcpAuthAlg(ESrtpAuthHMAC_SHA1 ), 
    93         iSrtpAuthTagLen( KMccSRTPAuthTagDefaultLength ),
    93         iSrtpAuthTagLen( KMccSRTPAuthTagDefaultLength ),