webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#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_PROFILE * | SSL_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) |
int SSL_CTX_set_srtp_profiles | ( | SSL_CTX * | ctx, |
const char * | profiles | ||
) |
int SSL_CTX_set_tlsext_use_srtp | ( | SSL_CTX * | ctx, |
const char * | profiles | ||
) |
const SRTP_PROTECTION_PROFILE* SSL_get_selected_srtp_profile | ( | SSL * | ssl | ) |
int SSL_set_srtp_profiles | ( | SSL * | ssl, |
const char * | profiles | ||
) |
int SSL_set_tlsext_use_srtp | ( | SSL * | ssl, |
const char * | profiles | ||
) |
STACK_OF | ( | SRTP_PROTECTION_PROFILE | ) |