Symbol: X509_EXTENSION_free
lib/libcrypto/asn1/t_req.c
239
sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);
lib/libcrypto/asn1/t_req.c
252
sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);
lib/libcrypto/asn1/x_exten.c
142
LCRYPTO_ALIAS(X509_EXTENSION_free);
lib/libcrypto/ct/ct_sct_ctx.c
222
X509_EXTENSION_free(ext);
lib/libcrypto/hidden/openssl/x509.h
349
LCRYPTO_USED(X509_EXTENSION_free);
lib/libcrypto/ts/ts_req_utils.c
222
sk_X509_EXTENSION_pop_free(a->extensions, X509_EXTENSION_free);
lib/libcrypto/ts/ts_rsp_utils.c
444
sk_X509_EXTENSION_pop_free(a->extensions, X509_EXTENSION_free);
lib/libcrypto/x509/x509.h
549
void X509_EXTENSION_free(X509_EXTENSION *a);
lib/libcrypto/x509/x509_conf.c
360
X509_EXTENSION_free(ext);
lib/libcrypto/x509/x509_conf.c
403
sk_X509_EXTENSION_pop_free(extlist, X509_EXTENSION_free);
lib/libcrypto/x509/x509_lib.c
311
X509_EXTENSION_free(existing);
lib/libcrypto/x509/x509_lib.c
331
X509_EXTENSION_free(existing);
lib/libcrypto/x509/x509_lib.c
362
sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);
lib/libcrypto/x509/x509_lib.c
363
X509_EXTENSION_free(ext);
lib/libcrypto/x509/x509_utl.c
686
sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);
lib/libcrypto/x509/x509_v3.c
178
X509_EXTENSION_free(new_ext);
lib/libcrypto/x509/x509_v3.c
180
sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);
lib/libcrypto/x509/x509_v3.c
228
X509_EXTENSION_free(ext);
lib/libssl/ssl_lib.c
578
X509_EXTENSION_free);
lib/libssl/ssl_tlsext.c
1003
X509_EXTENSION_free);
regress/lib/libcrypto/x509/x509_asn1.c
483
sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);
regress/lib/libcrypto/x509/x509_extensions_test.c
659
sk_X509_EXTENSION_pop_free(extensions, X509_EXTENSION_free);
regress/lib/libcrypto/x509/x509_extensions_test.c
694
X509_EXTENSION_free(ext);
regress/lib/libcrypto/x509/x509_extensions_test.c
892
sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);
usr.bin/openssl/apps.c
913
X509_EXTENSION_free(tmpext);
usr.bin/openssl/apps.c
924
sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);
usr.sbin/acme-client/keyproc.c
220
sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);