Funciones |
int | ASN1_check_infinite_end (unsigned char **p, long len) |
int | ASN1_const_check_infinite_end (const unsigned char **p, long len) |
int | ASN1_get_object (const unsigned char **pp, long *plength, int *ptag, int *pclass, long omax) |
void | ASN1_put_object (unsigned char **pp, int constructed, int length, int tag, int xclass) |
int | ASN1_put_eoc (unsigned char **pp) |
int | ASN1_object_size (int constructed, int length, int tag) |
int | asn1_Finish (ASN1_CTX *c) |
int | asn1_const_Finish (ASN1_const_CTX *c) |
int | asn1_GetSequence (ASN1_const_CTX *c, long *length) |
ASN1_STRING * | ASN1_STRING_dup (ASN1_STRING *str) |
int | ASN1_STRING_set (ASN1_STRING *str, const void *_data, int len) |
void | ASN1_STRING_set0 (ASN1_STRING *str, void *data, int len) |
ASN1_STRING * | ASN1_STRING_new (void) |
ASN1_STRING * | ASN1_STRING_type_new (int type) |
void | ASN1_STRING_free (ASN1_STRING *a) |
int | ASN1_STRING_cmp (ASN1_STRING *a, ASN1_STRING *b) |
void | asn1_add_error (const unsigned char *address, int offset) |
int | ASN1_STRING_length (ASN1_STRING *x) |
void | ASN1_STRING_length_set (ASN1_STRING *x, int len) |
int | ASN1_STRING_type (ASN1_STRING *x) |
unsigned char * | ASN1_STRING_data (ASN1_STRING *x) |
Variables |
const char | ASN1_version [] = "ASN.1" OPENSSL_VERSION_PTEXT |