Home
last modified time | relevance | path

Searched refs:sk_X509_EXTENSION_new_null (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_lib.c353 if (!*x && !(*x = sk_X509_EXTENSION_new_null())) in X509V3_add1_i2d()
H A Dx509_req.c228 return sk_X509_EXTENSION_new_null(); in STACK_OF()
H A Dx509_v3.c166 if ((sk = sk_X509_EXTENSION_new_null()) == NULL) in STACK_OF()
/dragonfly/crypto/libressl/include/openssl/
H A Dsafestack.h1637 #define sk_X509_EXTENSION_new_null() SKM_sk_new_null(X509_EXTENSION) macro