|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#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_SESSION * | SSL_SESSION_from_bytes (const uint8_t *in, size_t in_len) |
| SSL_SESSION * | d2i_SSL_SESSION (SSL_SESSION **a, const uint8_t **pp, long length) |
| SSL_SESSION* d2i_SSL_SESSION | ( | SSL_SESSION ** | a, |
| const uint8_t ** | pp, | ||
| long | length | ||
| ) |
| int i2d_SSL_SESSION | ( | SSL_SESSION * | in, |
| uint8_t ** | pp | ||
| ) |
| SSL_SESSION* SSL_SESSION_from_bytes | ( | const uint8_t * | in, |
| size_t | in_len | ||
| ) |
| 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 | ||
| ) |
1.8.13