Searched defs:crypto_suite (Results 1 – 5 of 5) sorted by relevance
33 std::string SrtpCryptoSuiteToName(int crypto_suite) { in SrtpCryptoSuiteToName()41 int SrtpCryptoSuiteFromName(const std::string& crypto_suite) { in SrtpCryptoSuiteFromName()75 bool SSLStreamAdapter::GetDtlsSrtpCryptoSuite(int* crypto_suite) { in GetDtlsSrtpCryptoSuite()
451 bool OpenSSLStreamAdapter::GetDtlsSrtpCryptoSuite(int* crypto_suite) { in GetDtlsSrtpCryptoSuite()
250 bool GetSrtpCryptoSuite(int* crypto_suite) override { in GetSrtpCryptoSuite()
220 int crypto_suite; in CheckSrtp() local
2827 const std::string& crypto_suite = fields[1]; in ParseCryptoAttribute() local