Home
last modified time | relevance | path

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

/openssl/apps/
H A Dcmp.c2019 static int save_free_certs(OSSL_CMP_CTX *ctx, STACK_OF(X509) *certs, in save_free_certs() function
2083 return save_free_certs(ctx, certs, file, desc) >= 0; in save_cert()
2861 || save_free_certs(NULL, NULL, opt_extracertsout, "extra") < 0 in cmp_main()
2862 || save_free_certs(NULL, NULL, opt_cacertsout, "CA") < 0 in cmp_main()
2863 || save_free_certs(NULL, NULL, opt_chainout, "chain") < 0) in cmp_main()
3045 if (save_free_certs(cmp_ctx, OSSL_CMP_CTX_get1_extraCertsIn(cmp_ctx), in cmp_main()
3054 if (save_free_certs(cmp_ctx, OSSL_CMP_CTX_get1_caPubs(cmp_ctx), in cmp_main()
3059 if (save_free_certs(cmp_ctx, OSSL_CMP_CTX_get1_newChain(cmp_ctx), in cmp_main()

Completed in 26 milliseconds