Home
last modified time | relevance | path

Searched refs:sk_OCSP_CERTID_new_null (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/apps/openssl/
H A Docsp.c763 if ((ocsp_config.ids = sk_OCSP_CERTID_new_null()) == NULL) in ocsp_main()
/dragonfly/crypto/libressl/include/openssl/
H A Dsafestack.h1087 #define sk_OCSP_CERTID_new_null() SKM_sk_new_null(OCSP_CERTID) macro