|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <openssl/asn1.h>#include <limits.h>#include <openssl/buf.h>#include <openssl/err.h>#include <openssl/mem.h>Macros | |
| #define | HEADER_SIZE 8 |
| #define | ASN1_CHUNK_INITIAL_SIZE (16 * 1024) |
Functions | |
| 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 ASN1_CHUNK_INITIAL_SIZE (16 * 1024) |
| #define HEADER_SIZE 8 |
1.8.13