Home
last modified time | relevance | path

Searched refs:sk_X509_EXTENSION_pop_free (Results 1 – 9 of 9) sorted by relevance

/dragonfly/crypto/libressl/crypto/asn1/
H A Dt_req.c240 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in X509_REQ_print_ex()
253 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in X509_REQ_print_ex()
/dragonfly/crypto/libressl/crypto/ts/
H A Dts_req_utils.c207 sk_X509_EXTENSION_pop_free(a->extensions, X509_EXTENSION_free); in TS_REQ_ext_free()
H A Dts_rsp_utils.c410 sk_X509_EXTENSION_pop_free(a->extensions, X509_EXTENSION_free); in TS_TST_INFO_ext_free()
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_conf.c409 sk_X509_EXTENSION_pop_free(extlist, X509_EXTENSION_free); in X509V3_EXT_REQ_add_nconf()
H A Dx509_utl.c595 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in STACK_OF()
/dragonfly/crypto/libressl/ssl/
H A Dssl_tlsext.c978 sk_X509_EXTENSION_pop_free(s->internal->tlsext_ocsp_exts, in tlsext_ocsp_server_parse()
H A Dssl_lib.c560 sk_X509_EXTENSION_pop_free(s->internal->tlsext_ocsp_exts, in SSL_free()
/dragonfly/crypto/libressl/apps/openssl/
H A Dapps.c989 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in copy_extensions()
/dragonfly/crypto/libressl/include/openssl/
H A Dsafestack.h1652 #define sk_X509_EXTENSION_pop_free(st, free_func) SKM_sk_pop_free(X509_EXTENSION, (st), (free_func)) macro