Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/asn1/
HDtasn_new.c234 skval = sk_ASN1_VALUE_new_null(); in ASN1_template_new()
HDtasn_dec.c1069 if ((avals = sk_ASN1_VALUE_new_null()) == NULL) { in asn1_template_stack_of_d2i()
/dragonfly/crypto/libressl/include/openssl/
HDsafestack.h359 #define sk_ASN1_VALUE_new_null() SKM_sk_new_null(ASN1_VALUE) macro