Searched refs:SRTP_PROTECTION_PROFILE (Results 1 – 6 of 6) sorted by relevance
129 static const SRTP_PROTECTION_PROFILE kSRTPProfiles[] = {146 const SRTP_PROTECTION_PROFILE **pptr, in find_profile_by_name()148 const SRTP_PROTECTION_PROFILE *p = kSRTPProfiles; in find_profile_by_name()163 UniquePtr<STACK_OF(SRTP_PROTECTION_PROFILE)> *out) { in ssl_ctx_make_profiles()164 UniquePtr<STACK_OF(SRTP_PROTECTION_PROFILE)> profiles( in ssl_ctx_make_profiles()176 const SRTP_PROTECTION_PROFILE *profile; in ssl_ctx_make_profiles()205 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl) { in STACK_OF() argument220 const SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *ssl) { in SSL_get_selected_srtp_profile()
1642 STACK_OF(SRTP_PROTECTION_PROFILE) *profiles = SSL_get_srtp_profiles(ssl); in ext_srtp_add_clienthello()1655 for (const SRTP_PROTECTION_PROFILE *profile : profiles) { in ext_srtp_add_clienthello()1698 STACK_OF(SRTP_PROTECTION_PROFILE) *profiles = SSL_get_srtp_profiles(ssl); in ext_srtp_parse_serverhello()1702 for (const SRTP_PROTECTION_PROFILE *profile : profiles) { in ext_srtp_parse_serverhello()1731 const STACK_OF(SRTP_PROTECTION_PROFILE) *server_profiles = in ext_srtp_parse_clienthello()1735 for (const SRTP_PROTECTION_PROFILE *server_profile : server_profiles) { in ext_srtp_parse_clienthello()
2331 const SRTP_PROTECTION_PROFILE *srtp_profile = nullptr;2530 UniquePtr<STACK_OF(SRTP_PROTECTION_PROFILE)> srtp_profiles;3085 bssl::UniquePtr<STACK_OF(SRTP_PROTECTION_PROFILE)> srtp_profiles;
392 typedef struct srtp_protection_profile_st SRTP_PROTECTION_PROFILE; typedef
2917 DEFINE_CONST_STACK_OF(SRTP_PROTECTION_PROFILE)2941 OPENSSL_EXPORT STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(2946 OPENSSL_EXPORT const SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(
457 const SRTP_PROTECTION_PROFILE *srtp_profile = in GetDtlsSrtpCryptoSuite()