OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
tasn_new.c File Reference
#include <stddef.h>
#include <openssl/asn1.h>
#include <openssl/objects.h>
#include <openssl/err.h>
#include <openssl/asn1t.h>
#include <string.h>

Go to the source code of this file.

Functions

ASN1_VALUEASN1_item_new (const ASN1_ITEM *it)
 
int ASN1_item_ex_new (ASN1_VALUE **pval, const ASN1_ITEM *it)
 
int ASN1_template_new (ASN1_VALUE **pval, const ASN1_TEMPLATE *tt)
 
int ASN1_primitive_new (ASN1_VALUE **pval, const ASN1_ITEM *it)
 

Function Documentation

int ASN1_item_ex_new ( ASN1_VALUE **  pval,
const ASN1_ITEM it 
)

Definition at line 83 of file tasn_new.c.

ASN1_VALUE* ASN1_item_new ( const ASN1_ITEM it)

Definition at line 73 of file tasn_new.c.

int ASN1_primitive_new ( ASN1_VALUE **  pval,
const ASN1_ITEM it 
)

Definition at line 325 of file tasn_new.c.

int ASN1_template_new ( ASN1_VALUE **  pval,
const ASN1_TEMPLATE tt 
)

Definition at line 266 of file tasn_new.c.