Lines Matching defs:existing
552 X509 *existing = NULL;
573 /* no existing truststore, so make a new one */
580 /* existing truststore, make sure there's no duplicate */
582 NULL, &existing) < 0) {
591 if (existing != NULL) {
603 if (existing != NULL)
604 X509_free(existing);
798 /* no existing truststore, so make a new one */
805 /* existing certstore, make sure there's no duplicate */
826 /* no existing keystore, so make a new one */
833 /* existing keystore, so make sure there's no duplicate entry */