Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssl/crypto/ts/
Dts_req_utils.c190 sk_X509_EXTENSION_pop_free(a->extensions, X509_EXTENSION_free); in TS_REQ_ext_free()
Dts_rsp_utils.c354 sk_X509_EXTENSION_pop_free(a->extensions, X509_EXTENSION_free); in TS_TST_INFO_ext_free()
/freebsd-10-stable/crypto/openssl/crypto/asn1/
Dt_req.c236 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in X509_REQ_print_ex()
/freebsd-10-stable/crypto/openssl/crypto/x509v3/
Dv3_conf.c385 sk_X509_EXTENSION_pop_free(extlist, X509_EXTENSION_free); in X509V3_EXT_REQ_add_nconf()
Dv3_utl.c569 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in STACK_OF()
/freebsd-10-stable/crypto/openssl/ssl/
Dt1_lib.c1340 sk_X509_EXTENSION_pop_free(s->tlsext_ocsp_exts, in ssl_parse_clienthello_tlsext()
Dssl_lib.c583 sk_X509_EXTENSION_pop_free(s->tlsext_ocsp_exts, X509_EXTENSION_free); in SSL_free()
/freebsd-10-stable/crypto/openssl/apps/
Dapps.c1302 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in copy_extensions()
Dca.c1989 sk_X509_EXTENSION_pop_free(ci->extensions, X509_EXTENSION_free); in do_body()
/freebsd-10-stable/crypto/openssl/crypto/stack/
Dsafestack.h1761 # define sk_X509_EXTENSION_pop_free(st, free_func) SKM_sk_pop_free(X509_EXTENSION, (st), (free_func… macro