OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
d2i_pu.c File Reference
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/bn.h>
#include <openssl/evp.h>
#include <openssl/objects.h>
#include <openssl/asn1.h>
#include <openssl/rsa.h>
#include <openssl/dsa.h>
#include <openssl/ec.h>

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 75 of file d2i_pu.c.