Symbol: GENERAL_NAME_free
crypto/libressl/apps/openssl/cms.c
1930
GENERAL_NAME_free(gen);
crypto/libressl/crypto/ocsp/ocsp_cl.c
113
GENERAL_NAME_free(gen);
crypto/libressl/crypto/ocsp/ocsp_cl.c
118
GENERAL_NAME_free(req->tbsRequest->requestorName);
crypto/libressl/crypto/ts/ts_rsp_sign.c
683
GENERAL_NAME_free(tsa_name);
crypto/libressl/crypto/ts/ts_rsp_sign.c
900
GENERAL_NAME_free(name);
crypto/libressl/crypto/ts/ts_rsp_utils.c
389
GENERAL_NAME_free(a->tsa);
crypto/libressl/crypto/ts/ts_verify_ctx.c
112
GENERAL_NAME_free(ctx->tsa_name);
crypto/libressl/crypto/x509/x509_akey.c
231
GENERAL_NAME_free(gen);
crypto/libressl/crypto/x509/x509_alt.c
337
GENERAL_NAME_free(gen);
crypto/libressl/crypto/x509/x509_alt.c
345
sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free);
crypto/libressl/crypto/x509/x509_alt.c
417
GENERAL_NAME_free(gen);
crypto/libressl/crypto/x509/x509_alt.c
425
sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free);
crypto/libressl/crypto/x509/x509_alt.c
482
GENERAL_NAME_free(gen);
crypto/libressl/crypto/x509/x509_alt.c
505
GENERAL_NAME_free(gen);
crypto/libressl/crypto/x509/x509_alt.c
512
sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free);
crypto/libressl/crypto/x509/x509_alt.c
609
GENERAL_NAME_free(gen);
crypto/libressl/crypto/x509/x509_alt.c
710
GENERAL_NAME_free(ret);
crypto/libressl/crypto/x509/x509_crld.c
191
sk_GENERAL_NAME_pop_free(fnm, GENERAL_NAME_free);
crypto/libressl/crypto/x509/x509_crld.c
361
GENERAL_NAME_free(gen);
crypto/libressl/crypto/x509/x509_utl.c
556
sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free);
crypto/libressl/crypto/x509/x509_utl.c
594
sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free);
crypto/libressl/include/openssl/x509v3.h
553
void GENERAL_NAME_free(GENERAL_NAME *a);
crypto/libressl/tls/tls_verify.c
200
sk_GENERAL_NAME_pop_free(altname_stack, GENERAL_NAME_free);