webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
d1_pkt.c File Reference
#include <openssl/ssl.h>
#include <assert.h>
#include <string.h>
#include <openssl/bio.h>
#include <openssl/buf.h>
#include <openssl/bytestring.h>
#include <openssl/mem.h>
#include <openssl/evp.h>
#include <openssl/err.h>
#include <openssl/rand.h>
#include "internal.h"

Functions

int dtls1_get_record (SSL *ssl)
 
int dtls1_read_app_data (SSL *ssl, int *out_got_handshake, uint8_t *buf, int len, int peek)
 
int dtls1_read_change_cipher_spec (SSL *ssl)
 
void dtls1_read_close_notify (SSL *ssl)
 
int dtls1_write_app_data (SSL *ssl, const void *buf_, int len)
 
int dtls1_write_record (SSL *ssl, int type, const uint8_t *buf, size_t len, enum dtls1_use_epoch_t use_epoch)
 
int dtls1_dispatch_alert (SSL *ssl)
 

Function Documentation

◆ dtls1_dispatch_alert()

int dtls1_dispatch_alert ( SSL ssl)

◆ dtls1_get_record()

int dtls1_get_record ( SSL ssl)

◆ dtls1_read_app_data()

int dtls1_read_app_data ( SSL ssl,
int *  out_got_handshake,
uint8_t buf,
int  len,
int  peek 
)

◆ dtls1_read_change_cipher_spec()

int dtls1_read_change_cipher_spec ( SSL ssl)

◆ dtls1_read_close_notify()

void dtls1_read_close_notify ( SSL ssl)

◆ dtls1_write_app_data()

int dtls1_write_app_data ( SSL ssl,
const void buf_,
int  len 
)

◆ dtls1_write_record()

int dtls1_write_record ( SSL ssl,
int  type,
const uint8_t buf,
size_t  len,
enum dtls1_use_epoch_t  use_epoch 
)