webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
tasn_new.c File Reference
#include <openssl/asn1.h>
#include <string.h>
#include <openssl/asn1t.h>
#include <openssl/err.h>
#include <openssl/mem.h>
#include <openssl/obj.h>

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

◆ ASN1_item_ex_new()

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

◆ ASN1_item_new()

ASN1_VALUE* ASN1_item_new ( const ASN1_ITEM it)

◆ ASN1_primitive_new()

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

◆ ASN1_template_new()

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