Home
last modified time | relevance | path

Searched refs:kTestKeyGcm256Len (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/pc/
Dsrtp_transport_unittest.cc45 static const int kTestKeyGcm256Len = 44; // 256 bits key + 96 bits salt. variable
392 kTestKeyGcm256_1, kTestKeyGcm256Len, kTestKeyGcm256_2, in TEST_P()
393 kTestKeyGcm256Len, rtc::CS_AEAD_AES_256_GCM); in TEST_P()
399 rtc::SRTP_AEAD_AES_256_GCM, kTestKeyGcm256_1, kTestKeyGcm256Len, in TEST_F()
400 kTestKeyGcm256_2, kTestKeyGcm256Len, rtc::CS_AEAD_AES_256_GCM); in TEST_F()