webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
d1_srtp.c File Reference
#include <openssl/ssl.h>
#include <string.h>
#include <openssl/bytestring.h>
#include <openssl/err.h>
#include "internal.h"

Functions

int SSL_CTX_set_srtp_profiles (SSL_CTX *ctx, const char *profiles)
 
int SSL_set_srtp_profiles (SSL *ssl, const char *profiles)
 
 STACK_OF (SRTP_PROTECTION_PROFILE)
 
const SRTP_PROTECTION_PROFILESSL_get_selected_srtp_profile (SSL *ssl)
 
int SSL_CTX_set_tlsext_use_srtp (SSL_CTX *ctx, const char *profiles)
 
int SSL_set_tlsext_use_srtp (SSL *ssl, const char *profiles)
 

Function Documentation

◆ SSL_CTX_set_srtp_profiles()

int SSL_CTX_set_srtp_profiles ( SSL_CTX ctx,
const char *  profiles 
)

◆ SSL_CTX_set_tlsext_use_srtp()

int SSL_CTX_set_tlsext_use_srtp ( SSL_CTX ctx,
const char *  profiles 
)

◆ SSL_get_selected_srtp_profile()

const SRTP_PROTECTION_PROFILE* SSL_get_selected_srtp_profile ( SSL ssl)

◆ SSL_set_srtp_profiles()

int SSL_set_srtp_profiles ( SSL ssl,
const char *  profiles 
)

◆ SSL_set_tlsext_use_srtp()

int SSL_set_tlsext_use_srtp ( SSL ssl,
const char *  profiles 
)

◆ STACK_OF()

STACK_OF ( SRTP_PROTECTION_PROFILE  )