Home
last modified time | relevance | path

Searched refs:sk_ASN1_VALUE_new_null (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/asn1/
H A Dtasn_new.c231 skval = sk_ASN1_VALUE_new_null(); in asn1_template_new()
H A Dtasn_dec.c618 *val = (ASN1_VALUE *)sk_ASN1_VALUE_new_null(); in asn1_template_noexp_d2i()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1t.h901 #define sk_ASN1_VALUE_new_null() ((STACK_OF(ASN1_VALUE) *)OPENSSL_sk_new_null()) macro