Symbol: EVP_SIGNATURE_free
crypto/openssl/apps/list.c
772
EVP_SIGNATURE_free(sig); /* up-ref successful but push to stack failed */
crypto/openssl/apps/list.c
813
sk_EVP_SIGNATURE_pop_free(sig_stack, EVP_SIGNATURE_free);
crypto/openssl/apps/speed.c
1928
EVP_SIGNATURE_free(sig); /* up-ref successful but push to stack failed */
crypto/openssl/apps/speed.c
2371
sk_EVP_SIGNATURE_pop_free(sig_stack, EVP_SIGNATURE_free);
crypto/openssl/apps/speed.c
4468
EVP_SIGNATURE_free(alg);
crypto/openssl/apps/speed.c
4475
EVP_SIGNATURE_free(alg);
crypto/openssl/apps/speed.c
4832
sk_EVP_SIGNATURE_pop_free(sig_stack, EVP_SIGNATURE_free);
crypto/openssl/crypto/evp/m_sigver.c
141
EVP_SIGNATURE_free(signature);
crypto/openssl/crypto/evp/m_sigver.c
185
EVP_SIGNATURE_free(signature);
crypto/openssl/crypto/evp/p_lib.c
1154
EVP_SIGNATURE_free(sig);
crypto/openssl/crypto/evp/pmeth_lib.c
363
EVP_SIGNATURE_free(ctx->op.sig.signature);
crypto/openssl/crypto/evp/pmeth_lib.c
524
EVP_SIGNATURE_free(rctx->op.sig.signature);
crypto/openssl/crypto/evp/signature.c
25
EVP_SIGNATURE_free(data);
crypto/openssl/crypto/evp/signature.c
451
EVP_SIGNATURE_free(signature);
crypto/openssl/crypto/evp/signature.c
728
EVP_SIGNATURE_free(signature);
crypto/openssl/crypto/evp/signature.c
771
EVP_SIGNATURE_free(signature);
crypto/openssl/fuzz/ml-dsa.c
358
EVP_SIGNATURE_free(sig_alg);
crypto/openssl/fuzz/ml-dsa.c
436
EVP_SIGNATURE_free(sig_alg);
crypto/openssl/fuzz/slh-dsa.c
398
EVP_SIGNATURE_free(sig_alg);
crypto/openssl/include/openssl/evp.h
1928
void EVP_SIGNATURE_free(EVP_SIGNATURE *signature);
crypto/openssl/providers/fips/self_test_kats.c
592
EVP_SIGNATURE_free(sigalg);
crypto/openssl/ssl/ssl_ciph.c
361
EVP_SIGNATURE_free(sig);
crypto/openssl/ssl/ssl_ciph.c
376
EVP_SIGNATURE_free(sig);
crypto/openssl/test/evp_test.c
2574
EVP_SIGNATURE_free(kdata->sigalgo);
crypto/openssl/test/ml_dsa_test.c
169
EVP_SIGNATURE_free(sig_alg);
crypto/openssl/test/ml_dsa_test.c
204
EVP_SIGNATURE_free(sig_alg);
crypto/openssl/test/ml_dsa_test.c
437
EVP_SIGNATURE_free(sig_alg);
crypto/openssl/test/provider_pkey_test.c
47
EVP_SIGNATURE_free(sig);
crypto/openssl/test/slh_dsa_test.c
237
EVP_SIGNATURE_free(sig_alg);
crypto/openssl/test/slh_dsa_test.c
299
EVP_SIGNATURE_free(sig_alg);
crypto/openssl/test/slh_dsa_test.c
427
EVP_SIGNATURE_free(sig_alg);
crypto/openssl/test/slh_dsa_test.c
516
EVP_SIGNATURE_free(sig_alg);