#include <stdio.h>
#include "cryptlib.h"
#include <openssl/evp.h>
#include <openssl/objects.h>
#include <openssl/asn1_mac.h>
#include <openssl/x509.h>
Go to the source code of this file.
Functions | |
int | i2d_X509_PKEY (X509_PKEY *a, unsigned char **pp) |
X509_PKEY * | d2i_X509_PKEY (X509_PKEY **a, const unsigned char **pp, long length) |
X509_PKEY * | X509_PKEY_new (void) |
void | X509_PKEY_free (X509_PKEY *x) |