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

Functions

const SSL_METHODDTLS_method (void)
 
const SSL_METHODDTLSv1_2_method (void)
 
const SSL_METHODDTLSv1_method (void)
 
const SSL_METHODDTLSv1_2_server_method (void)
 
const SSL_METHODDTLSv1_server_method (void)
 
const SSL_METHODDTLSv1_2_client_method (void)
 
const SSL_METHODDTLSv1_client_method (void)
 
const SSL_METHODDTLS_server_method (void)
 
const SSL_METHODDTLS_client_method (void)
 

Function Documentation

◆ DTLS_client_method()

const SSL_METHOD* DTLS_client_method ( void  )

◆ DTLS_method()

const SSL_METHOD* DTLS_method ( void  )

◆ DTLS_server_method()

const SSL_METHOD* DTLS_server_method ( void  )

◆ DTLSv1_2_client_method()

const SSL_METHOD* DTLSv1_2_client_method ( void  )

◆ DTLSv1_2_method()

const SSL_METHOD* DTLSv1_2_method ( void  )

◆ DTLSv1_2_server_method()

const SSL_METHOD* DTLSv1_2_server_method ( void  )

◆ DTLSv1_client_method()

const SSL_METHOD* DTLSv1_client_method ( void  )

◆ DTLSv1_method()

const SSL_METHOD* DTLSv1_method ( void  )

◆ DTLSv1_server_method()

const SSL_METHOD* DTLSv1_server_method ( void  )