#include <stdio.h>
#include "cryptlib.h"
#include <openssl/asn1.h>
Go to the source code of this file.
|
ASN1_STRING * | d2i_ASN1_type_bytes (ASN1_STRING **a, const unsigned char **pp, long length, int type) |
|
int | i2d_ASN1_bytes (ASN1_STRING *a, unsigned char **pp, int tag, int xclass) |
|
ASN1_STRING * | d2i_ASN1_bytes (ASN1_STRING **a, const unsigned char **pp, long length, int Ptag, int Pclass) |
|
ASN1_STRING* d2i_ASN1_bytes |
( |
ASN1_STRING ** |
a, |
|
|
const unsigned char ** |
pp, |
|
|
long |
length, |
|
|
int |
Ptag, |
|
|
int |
Pclass |
|
) |
| |
int i2d_ASN1_bytes |
( |
ASN1_STRING * |
a, |
|
|
unsigned char ** |
pp, |
|
|
int |
tag, |
|
|
int |
xclass |
|
) |
| |