rtp/srtpstack/tsrc/ut_srtpstack/src/UT_CSRTPKeyDerivation_AESCM128.cpp
branchRCL_3
changeset 43 b5e99d8877c7
parent 0 307788aac0a8
child 44 0dcb073356a5
equal deleted inserted replaced
41:f54bfd820e04 43:b5e99d8877c7
   226  	CleanupStack::Pop(result); 	
   226  	CleanupStack::Pop(result); 	
   227  	delete result;    
   227  	delete result;    
   228     }
   228     }
   229 
   229 
   230 
   230 
   231 void UT_CSRTPKeyDerivation_AESCM128::UT_ErronousInput_1L()
   231 void UT_CSRTPKeyDerivation_AESCM128::UT_ErronousInput_OneL()
   232     {    
   232     {    
   233         
   233         
   234     TInt err = KErrNone;
   234     TInt err = KErrNone;
   235     HBufC8* result = NULL;
   235     HBufC8* result = NULL;
   236 
   236 
   330 EUNIT_TEST(
   330 EUNIT_TEST(
   331     "PRF_128L ErrorInput",
   331     "PRF_128L ErrorInput",
   332     "CSRTPKeyDerivation_AESCM128",
   332     "CSRTPKeyDerivation_AESCM128",
   333     "PRF_128L",
   333     "PRF_128L",
   334     "FUNCTIONALITY",
   334     "FUNCTIONALITY",
   335     SetupL, UT_ErronousInput_1L, Teardown)
   335     SetupL, UT_ErronousInput_OneL, Teardown)
   336 
   336 
   337 EUNIT_END_TEST_TABLE
   337 EUNIT_END_TEST_TABLE
   338 
   338 
   339 //  END OF FILE
   339 //  END OF FILE
   340 
   340 
   341 /*
   341 /*
   342 void UT_CSRTPKeyDerivation_AESCM128::UT_ErronousInput_1L()
   342 void UT_CSRTPKeyDerivation_AESCM128::UT_ErronousInput_OneL()
   343     {
   343     {
   344     TInt err = KErrNone;
   344     TInt err = KErrNone;
   345     HBufC8* result = NULL;
   345     HBufC8* result = NULL;
   346     
   346     
   347     // too short data: 96 bits
   347     // too short data: 96 bits