OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
d2i_pr.c File Reference
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/bn.h>
#include <openssl/evp.h>
#include <openssl/objects.h>
#include <openssl/engine.h>
#include <openssl/x509.h>
#include <openssl/asn1.h>
#include "asn1_locl.h"

Go to the source code of this file.

Functions

EVP_PKEYd2i_PrivateKey (int type, EVP_PKEY **a, const unsigned char **pp, long length)
 
EVP_PKEYd2i_AutoPrivateKey (EVP_PKEY **a, const unsigned char **pp, long length)
 

Function Documentation

EVP_PKEY* d2i_AutoPrivateKey ( EVP_PKEY **  a,
const unsigned char **  pp,
long  length 
)

Definition at line 130 of file d2i_pr.c.

EVP_PKEY* d2i_PrivateKey ( int  type,
EVP_PKEY **  a,
const unsigned char **  pp,
long  length 
)

Definition at line 71 of file d2i_pr.c.