webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions
sslstreamadapter.cc File Reference
#include "webrtc/base/sslstreamadapter.h"
#include "webrtc/base/opensslstreamadapter.h"

Namespaces

 rtc
 

Functions

std::string rtc::SrtpCryptoSuiteToName (int crypto_suite)
 
int rtc::SrtpCryptoSuiteFromName (const std::string &crypto_suite)
 
bool rtc::GetSrtpKeyAndSaltLengths (int crypto_suite, int *key_length, int *salt_length)
 
bool rtc::IsGcmCryptoSuite (int crypto_suite)
 
bool rtc::IsGcmCryptoSuiteName (const std::string &crypto_suite)