#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_PKEY * | d2i_PrivateKey (int type, EVP_PKEY **a, const unsigned char **pp, long length) |
| EVP_PKEY * | d2i_AutoPrivateKey (EVP_PKEY **a, const unsigned char **pp, long length) |
1.8.2