Searched refs:save_free_certs (Results 1 – 1 of 1) sorted by relevance
/third_party/openssl/apps/ |
D | cmp.c | 1995 static int save_free_certs(OSSL_CMP_CTX *ctx, in save_free_certs() function 2960 if (save_free_certs(cmp_ctx, OSSL_CMP_CTX_get1_extraCertsIn(cmp_ctx), in cmp_main() 2966 if (save_free_certs(cmp_ctx, OSSL_CMP_CTX_get1_caPubs(cmp_ctx), in cmp_main() 2976 if (save_free_certs(cmp_ctx, certs, opt_certout, "enrolled") < 0) in cmp_main() 2979 if (save_free_certs(cmp_ctx, OSSL_CMP_CTX_get1_newChain(cmp_ctx), in cmp_main()
|