Eneboo - Documentación para desarrolladores
|
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/rsa.h>
#include <openssl/objects.h>
#include <openssl/asn1t.h>
#include <openssl/asn1_mac.h>
#include <openssl/evp.h>
#include <openssl/x509.h>
Clases | |
struct | netscape_pkey_st |
struct | netscape_encrypted_pkey_st |
'typedefs' | |
typedef struct netscape_pkey_st | NETSCAPE_PKEY |
typedef struct netscape_encrypted_pkey_st | NETSCAPE_ENCRYPTED_PKEY |
Funciones | |
ASN1_BROKEN_SEQUENCE (NETSCAPE_ENCRYPTED_PKEY) | |
int | i2d_Netscape_RSA (const RSA *a, unsigned char **pp, int(*cb)(char *buf, int len, const char *prompt, int verify)) |
int | i2d_RSA_NET (const RSA *a, unsigned char **pp, int(*cb)(char *buf, int len, const char *prompt, int verify), int sgckey) |
RSA * | d2i_Netscape_RSA (RSA **a, const unsigned char **pp, long length, int(*cb)(char *buf, int len, const char *prompt, int verify)) |
RSA * | d2i_RSA_NET (RSA **a, const unsigned char **pp, long length, int(*cb)(char *buf, int len, const char *prompt, int verify), int sgckey) |
typedef struct netscape_encrypted_pkey_st NETSCAPE_ENCRYPTED_PKEY |
typedef struct netscape_pkey_st NETSCAPE_PKEY |
ASN1_BROKEN_SEQUENCE | ( | NETSCAPE_ENCRYPTED_PKEY | ) |
RSA* d2i_Netscape_RSA | ( | RSA ** | a, |
const unsigned char ** | pp, | ||
long | length, | ||
int(*)(char *buf, int len, const char *prompt, int verify) | cb | ||
) |
RSA* d2i_RSA_NET | ( | RSA ** | a, |
const unsigned char ** | pp, | ||
long | length, | ||
int(*)(char *buf, int len, const char *prompt, int verify) | cb, | ||
int | sgckey | ||
) |
int i2d_Netscape_RSA | ( | const RSA * | a, |
unsigned char ** | pp, | ||
int(*)(char *buf, int len, const char *prompt, int verify) | cb | ||
) |