Eneboo - Documentación para desarrolladores
|
'defines' | |
#define | HEADER_SIZE 8 |
Funciones | |
void * | ASN1_d2i_fp (void *(*xnew)(void), d2i_of_void *d2i, FILE *in, void **x) |
void * | ASN1_d2i_bio (void *(*xnew)(void), d2i_of_void *d2i, BIO *in, void **x) |
void * | ASN1_item_d2i_bio (const ASN1_ITEM *it, BIO *in, void *x) |
void * | ASN1_item_d2i_fp (const ASN1_ITEM *it, FILE *in, void *x) |
#define HEADER_SIZE 8 |
void* ASN1_d2i_bio | ( | void *(*)(void) | xnew, |
d2i_of_void * | d2i, | ||
BIO * | in, | ||
void ** | x | ||
) |
void* ASN1_d2i_fp | ( | void *(*)(void) | xnew, |
d2i_of_void * | d2i, | ||
FILE * | in, | ||
void ** | x | ||
) |
void* ASN1_item_d2i_fp | ( | const ASN1_ITEM * | it, |
FILE * | in, | ||
void * | x | ||
) |