OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Macros | Typedefs | Functions
ssl_asn1.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include "ssl_locl.h"
#include <openssl/asn1_mac.h>
#include <openssl/objects.h>
#include <openssl/x509.h>

Go to the source code of this file.

Classes

struct  ssl_session_asn1_st
 

Macros

#define LSIZE2   (sizeof(long)*2)
 

Typedefs

typedef struct ssl_session_asn1_st SSL_SESSION_ASN1
 

Functions

int i2d_SSL_SESSION (SSL_SESSION *in, unsigned char **pp)
 
SSL_SESSIONd2i_SSL_SESSION (SSL_SESSION **a, const unsigned char **pp, long length)
 

Macro Definition Documentation

#define LSIZE2   (sizeof(long)*2)

Typedef Documentation

Function Documentation

SSL_SESSION* d2i_SSL_SESSION ( SSL_SESSION **  a,
const unsigned char **  pp,
long  length 
)

Definition at line 379 of file ssl_asn1.c.

int i2d_SSL_SESSION ( SSL_SESSION in,
unsigned char **  pp 
)

Definition at line 122 of file ssl_asn1.c.