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

Functions

int SSL_SESSION_to_bytes (const SSL_SESSION *in, uint8_t **out_data, size_t *out_len)
 
int SSL_SESSION_to_bytes_for_ticket (const SSL_SESSION *in, uint8_t **out_data, size_t *out_len)
 
int i2d_SSL_SESSION (SSL_SESSION *in, uint8_t **pp)
 
SSL_SESSIONSSL_SESSION_from_bytes (const uint8_t *in, size_t in_len)
 
SSL_SESSIONd2i_SSL_SESSION (SSL_SESSION **a, const uint8_t **pp, long length)
 

Function Documentation

◆ d2i_SSL_SESSION()

SSL_SESSION* d2i_SSL_SESSION ( SSL_SESSION **  a,
const uint8_t **  pp,
long  length 
)

◆ i2d_SSL_SESSION()

int i2d_SSL_SESSION ( SSL_SESSION in,
uint8_t **  pp 
)

◆ SSL_SESSION_from_bytes()

SSL_SESSION* SSL_SESSION_from_bytes ( const uint8_t in,
size_t  in_len 
)

◆ SSL_SESSION_to_bytes()

int SSL_SESSION_to_bytes ( const SSL_SESSION in,
uint8_t **  out_data,
size_t out_len 
)

◆ SSL_SESSION_to_bytes_for_ticket()

int SSL_SESSION_to_bytes_for_ticket ( const SSL_SESSION in,
uint8_t **  out_data,
size_t out_len 
)