#include <openssl/asn1.h>
#include <string.h>
#include <openssl/asn1t.h>
#include <openssl/err.h>
#include <openssl/mem.h>
#include <openssl/obj.h>
#include "internal.h"
#include "../internal.h"
Go to the source code of this file.
Functions | |
static void | asn1_item_clear (ASN1_VALUE **pval, const ASN1_ITEM *it) |
static int | asn1_item_ex_combine_new (ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) |
int | ASN1_item_ex_new (ASN1_VALUE **pval, const ASN1_ITEM *it) |
ASN1_VALUE * | ASN1_item_new (const ASN1_ITEM *it) |
static void | asn1_primitive_clear (ASN1_VALUE **pval, const ASN1_ITEM *it) |
static int | ASN1_primitive_new (ASN1_VALUE **pval, const ASN1_ITEM *it) |
static void | asn1_template_clear (ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) |
static int | ASN1_template_new (ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) |
|
static |
Definition at line 192 of file tasn_new.c.
|
static |
Definition at line 93 of file tasn_new.c.
int ASN1_item_ex_new | ( | ASN1_VALUE ** | pval, |
const ASN1_ITEM * | it | ||
) |
Definition at line 88 of file tasn_new.c.
ASN1_VALUE* ASN1_item_new | ( | const ASN1_ITEM * | it | ) |
Definition at line 78 of file tasn_new.c.
|
static |
Definition at line 318 of file tasn_new.c.
|
static |
Definition at line 271 of file tasn_new.c.
|
static |
Definition at line 257 of file tasn_new.c.
|
static |
Definition at line 224 of file tasn_new.c.